NTAccount.Value 屬性

定義

傳回這個 NTAccount 物件的字串表示。

public:
 virtual property System::String ^ Value { System::String ^ get(); };
public override string Value { get; }
member this.Value : string
Public Overrides ReadOnly Property Value As String

屬性值

String

NTAccount 物件的字串表示。

備註

預先Windows 2000 名稱 轉譯 Active Directory 組名時,會傳 SecurityIdentifier 回名稱) 的非內建/wellknown 帳戶 (。 若要解析非內建/已知帳戶 的名稱 ,請使用 FindByIdentity 類型上的 GroupPrincipal 方法。 對於已知的/內建帳戶,不論作業系統執行何種地區設定,此帳戶都可以解析 en-US 地區設定中的名稱。

適用於