ProfileBase.IsAnonymous 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得布林值,指出使用者設定檔是否供匿名使用者使用。
public:
property bool IsAnonymous { bool get(); };
public bool IsAnonymous { get; }
member this.IsAnonymous : bool
Public ReadOnly Property IsAnonymous As Boolean
屬性值
如果設定檔是供匿名使用者使用則為 true
,否則為 false
。
備註
使用 anonymousIdentification 組態區段和用來指定配置檔屬性之 add 組態專案的 allowAnonymous 屬性,即可啟用使用者配置檔的匿名存取。