Share via


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

屬性值

NTAccount 物件的字串表示。

備註

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

適用於