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

适用于

另请参阅