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


In This Topic
    NameAndAddress Property
    In This Topic
    Returns the Name if one has been specified, in addition to the ServerAddress.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property NameAndAddress As String
    [NotNull()]
    public string NameAndAddress {get;}
    [NotNull()]
    public:
    property String^ NameAndAddress {
       String^ get();
    }
    See Also