adTempus API
ArcanaDevelopment.adTempus.Client Namespace / CustomTrigger Class / CustomObjectDescription Property


In This Topic
    CustomObjectDescription Property (CustomTrigger)
    In This Topic
    Gets a description of the custom object.
    Syntax
    'Declaration
     
    
    Public Property CustomObjectDescription As String
    public string CustomObjectDescription {get; set;}
    public:
    property String^ CustomObjectDescription {
       String^ get();
       void set (    String^ value);
    }
    See Also