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


In This Topic
    ServerAndInstanceName Property
    In This Topic
    Gets the server name and instance name, if any
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ServerAndInstanceName As String
    public string ServerAndInstanceName {get;}
    public:
    property String^ ServerAndInstanceName {
       String^ get();
    }
    Remarks
    If this is the default instance, this property returns the HostComputer. If this is not the default instance, it returns HostComputer\InstanceName.
    See Also