次の方法で共有


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 です。

属性

適用対象