adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ObjectBase Class / ClassName Property

In This Topic
    ClassName Property (ObjectBase)
    In This Topic
    Returns a descriptive name for the class suitable for display to users.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property ClassName As String
    public virtual string ClassName {get;}
    Remarks
    For example, "Job" or "Program Execution Task".
    See Also