adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ADTObject Class / ExtendedDescription Property


In This Topic
    ExtendedDescription Property (ADTObject)
    In This Topic
    Returns an extended description of the object, if appropriate
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Overridable ReadOnly Property ExtendedDescription As String
    [CanBeNull()]
    public virtual string ExtendedDescription {get;}
    [CanBeNull()]
    public:
    virtual property String^ ExtendedDescription {
       String^ get();
    }
    See Also