RasConnection.SessionId Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets the logon session id in which the connection was established.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public Luid SessionId { get; }
Visual Basic
Public ReadOnly Property SessionId As Luid
	Get
Visual C++
public:
property Luid SessionId {
	Luid get ();
}
F#
member SessionId : Luid with get

Property Value

Type: Luid

Remarks

Windows XP and later: This property is available.

See Also