adTempus API
ArcanaDevelopment.adTempus.Client Namespace / SearchReplaceResult Class / PrimaryObjectDescription Property


In This Topic
    PrimaryObjectDescription Property
    In This Topic
    Gets the description of the top-level object.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property PrimaryObjectDescription As String
    [NotNull()]
    public string PrimaryObjectDescription {get;}
    [NotNull()]
    public:
    property String^ PrimaryObjectDescription {
       String^ get();
    }
    See Also