LdapSessionOptions.DomainName プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 オブジェクトは既に破棄されています。