User.LoggedIn Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the flag indicating that is 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