共用方式為


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

適用於