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