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 物件已經過處置。