adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ObjectBase Class / GetDescription Method


In This Topic
    GetDescription Method (ObjectBase)
    In This Topic
    Gets a user-friendly description of the object.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetDescription() As String
    public virtual string GetDescription()
    public:
    virtual String^ GetDescription(); 
    Remarks
    This method returns a description that can be used to describe the object in lists, etc. For example, for a Job, GetDescription returns the job name. To include the class name (e.g., "Job"), use GetDescriptionWithClassName.
    See Also