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


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