adTempus API
ArcanaDevelopment.adTempus.Client Namespace / RemoteAgent Class / NameOrAddress Property

In This Topic
    NameOrAddress Property
    In This Topic
    Gets the Name of the Agent, if set, or the Address otherwise.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NameOrAddress As String
    public string NameOrAddress {get;}
    Remarks
    When returning the address, only the server address, port, and instance name are returned. Any connection properties in the address are stripped out.
    See Also