User.LoggedIn Property

Definition

Gets or sets a value that indicates whether the user is logged in.

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

Property Value

true if the user is logged in; otherwise, false.

Attributes

Applies to