adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Task Class / DescriptionOverride Property


In This Topic
    DescriptionOverride Property (Task)
    In This Topic
    Override for the system-generated description of the object
    Syntax
    'Declaration
     
    
    Public Property DescriptionOverride As String
    public string DescriptionOverride {get; set;}
    public:
    property String^ DescriptionOverride {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    This property is for use by user interface extensions
    See Also