Share via


LiveAuthClient.Session property

The current session for the connected user.

Syntax

public LiveConnectSession Session { get; }
Public ReadOnly Property Session As LiveConnectSession

Property value

Type: LiveConnectSession

Used to access the current session.

Requirements

Minimum supported client

Windows 8

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Microsoft.Live

Assembly

Microsoft.Live.dll

See also

LiveAuthClient