共用方式為


ProfileBase.IsAnonymous 屬性

定義

取得布林值,指出使用者設定檔是否供匿名使用者使用。

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 屬性,即可啟用使用者配置檔的匿名存取。

適用於

另請參閱