Gets the session to associate with the CustomProfile object.

Note: This property is supported for IC Server version 2015 R3 and beyond.

Namespace: ININ.IceLib.Connection.Extensions
Assembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public Session Session { get; private set; }
Visual Basic
Public Property Session As Session
	Get
	Private Set

Field Value

The session.

Version Information

Supported for IC Server version 2015 R3 and beyond.

See Also