Gets or sets the license for this session.

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

Collapse imageSyntax

C#
public string License { get; set; }
Visual Basic
Public Property License As String
	Get
	Set

Field Value

The license or nullNothingnullptra null reference (Nothing in Visual Basic) to indicate license is not set.

Collapse imageRemarks

If the license specified is not available, the session will not connect.

Collapse imageVersion Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

Collapse imageSee Also