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


In This Topic
    StrippedServerAddress Property (RemoteAgent)
    In This Topic
    Gets the ServerAddress, with connection properties stripped out.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property StrippedServerAddress As String
    [NotNull()]
    public string StrippedServerAddress {get;}
    [NotNull()]
    public:
    property String^ StrippedServerAddress {
       String^ get();
    }
    See Also