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

In This Topic
    ClassKeyName Property (RestartComputerTask)
    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 ClassName for a user-friendly name.
    See Also