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


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