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