User.LoggedIn 属性

定义

获取或设置一个值,表示用户是否登录。

public:
 property bool LoggedIn { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool LoggedIn { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.LoggedIn : bool with get, set
Public Property LoggedIn As Boolean

属性值

true如果用户已登录;否则,。 false

属性

适用于