Share via


LdapSessionOptions.HostName プロパティ

定義

HostName プロパティは、接続に関連付けられている LDAP サーバーの名前を返します。

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

プロパティ値

接続に関連付けられている LDAP サーバーの名前。

例外

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

適用対象