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


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