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
     
    
    <NotNullAttribute()>
    Public ReadOnly Property NameOrAddress As String
    [NotNull()]
    public string NameOrAddress {get;}
    [NotNull()]
    public:
    property String^ NameOrAddress {
       String^ 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