LdapSessionOptions.DomainName Property

Definition

The DomainName property returns the domain to which this connection is bound.

public:
 property System::String ^ DomainName { System::String ^ get(); void set(System::String ^ value); };
public string DomainName { get; set; }
member this.DomainName : string with get, set
Public Property DomainName As String

Property Value

The domain to which this connection is bound.

Exceptions

The LdapConnection object is already disposed.

Applies to