adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / InstanceName Property


In This Topic
    InstanceName Property (Scheduler)
    In This Topic
    The name of the adTempus instance.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property InstanceName As String
    public string InstanceName {get;}
    public:
    property String^ InstanceName {
       String^ get();
    }
    Remarks
    For the default instance, the InstanceName will be "Default". For a named instance, it will be the instance name assigned when the instance was created.
    See Also