共用方式為


ProfileInfo.IsAnonymous 屬性

定義

取得設定檔的使用者名稱是否為匿名。

public:
 virtual property bool IsAnonymous { bool get(); };
public virtual bool IsAnonymous { get; }
member this.IsAnonymous : bool
Public Overridable ReadOnly Property IsAnonymous As Boolean

屬性值

如果設定檔的使用者名稱為匿名則為 true,否則為 false

適用於

另請參閱