adTempus API
ArcanaDevelopment.adTempus.Client Namespace / NotificationGroup Class / ClassKeyName Property

In This Topic
    ClassKeyName Property (NotificationGroup)
    In This Topic
    The key name for the class.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property ClassKeyName As String
    public override string ClassKeyName {get;}
    Remarks
    This name the name used by adTempus to identify the class and is intended for programmatic use only. Use the ObjectBase.ClassName for a user-friendly name.
    See Also