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


In This Topic
    ServerAddress Property (Scheduler)
    In This Topic
    The name or address of the server.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property ServerAddress As String
    [NotNull()]
    public string ServerAddress {get;}
    [NotNull()]
    public:
    property String^ ServerAddress {
       String^ get();
    }
    Remarks
    The returned value includes the instance name and port number if specified in the call to Connect, and can be passed as the serverName parameter in a call to Connect to open another connection to the same server.
    See Also