ProfileBase.UserName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得設定檔的使用者名稱。
public:
property System::String ^ UserName { System::String ^ get(); };
public string UserName { get; }
member this.UserName : string
Public ReadOnly Property UserName As String
屬性值
設定檔的使用者名稱,或指派給設定檔的匿名使用者識別項。
備註
屬性 UserName 會傳回與配置檔相關聯的已驗證用戶名稱,如果 IsAnonymous 屬性為 true
,則傳回指派給配置檔的匿名使用者標識碼。
使用 anonymousIdentification 組態區段和用來指定配置檔屬性之 add 組態專案的 allowAnonymous 屬性,即可啟用使用者配置檔的匿名存取。