次の方法で共有


LdapSessionOptions.DomainName プロパティ

定義

DomainName プロパティは、この接続のバインド先となるドメインを返します。

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

プロパティ値

この接続のバインド先となるドメイン。

例外

LdapConnection オブジェクトは既に破棄されています。

適用対象