adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / LinkedServer Class / StrippedServerAddress Property


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