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


In This Topic
    ClassKeyName Property (DaySpecification)
    In This Topic
    The key name for the class. The key name for the class. The key name for the class. The key name for the class.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property ClassKeyName As String
    public override string ClassKeyName {get;}
    public:
    property String^ ClassKeyName {
       String^ get() override;
    }
    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.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.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.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