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

In This Topic
    GetDescriptionWithClassName Method (ObjectBase)
    In This Topic
    Gets a user-friendly description of the object, including the ClassName.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetDescriptionWithClassName() As String
    public virtual string GetDescriptionWithClassName()
    Remarks
    This method returns the ClassName plus the GetDescription, similar to Job "Job Name"
    Example
    Job "Job Name"
    See Also