adTempus API
ArcanaDevelopment.adTempus.Shared.ObjectComparison Namespace / ObjectComparisonReportGenerator Class / LeftObjectDescription Property


In This Topic
    LeftObjectDescription Property
    In This Topic
    Set the text to be used in the report column header for the "left" object. Defaults to "Source".
    Syntax
    'Declaration
     
    
    Public Property LeftObjectDescription As String
    public string LeftObjectDescription {get; set;}
    public:
    property String^ LeftObjectDescription {
       String^ get();
       void set (    String^ value);
    }
    See Also