PrincipalContext.ConnectedServer Property

Definition

Gets the name of the server to which the principal context is connected.

public:
 property System::String ^ ConnectedServer { System::String ^ get(); };
public string ConnectedServer { get; }
member this.ConnectedServer : string
Public ReadOnly Property ConnectedServer As String

Property Value

The name of the server to which the principal context is connected or null if the principal context is not connected to a server.

Remarks

When the context type is Domain, this property returns the name of the domain controller or application directory instance. When the context type is Machine, this property returns the machine name.

Applies to