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


In This Topic
    Description Property (Response)
    In This Topic
    Optional description/notes for the action
    Syntax
    'Declaration
     
    
    Public Property Description As String
    public string Description {get; set;}
    public:
    property String^ Description {
       String^ get();
       void set (    String^ value);
    }
    See Also