adTempus API
ArcanaDevelopment.adTempus.Client Namespace / FoundReference Class / TopLevelObjectDescription Property


In This Topic
    TopLevelObjectDescription Property
    In This Topic
    The description of the referencing object
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property TopLevelObjectDescription As String
    [CanBeNull()]
    public string TopLevelObjectDescription {get;}
    [CanBeNull()]
    public:
    property String^ TopLevelObjectDescription {
       String^ get();
    }
    See Also