adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ICustomObject Interface / CustomObjectDescription Property


In This Topic
    CustomObjectDescription Property (ICustomObject)
    In This Topic
    Gets a description of the custom object.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    ReadOnly Property CustomObjectDescription As String
    [CanBeNull()]
    string CustomObjectDescription {get;}
    [CanBeNull()]
    property String^ CustomObjectDescription {
       String^ get();
    }
    See Also