Share via


LiveAuthClient.CanLogout property

Gets whether the current user can be signed out of his or her Microsoft account. [Windows Store apps only]

Note

Windows Phone doesn't support this property.

Syntax

public bool CanLogout { get; }
Public ReadOnly Property CanLogout As Boolean

Property value

Type: Boolean

Returns True if the user can be signed out; otherwise, returns False if the user can't be signed out.

Requirements

Minimum supported client

Windows 8

Minimum supported server

None supported

Namespace

Microsoft.Live

Assembly

Microsoft.Live.dll

See also

LiveAuthClient