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


In This Topic
    Description Property (ADTObject)
    In This Topic
    Optional description or notes for the object.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property Description As String
    [CanBeNull()]
    public string Description {get; set;}
    [CanBeNull()]
    public:
    property String^ Description {
       String^ get();
       void set (    String^ value);
    }
    Remarks

    The text must use valid formatting for the specified DescriptionTextType.

    Note that the description is not shown in the user interface for all objects.

    See Also