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


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