Gets or sets the Application Name for the session.

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

Syntax

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

Field Value

The name of the application.

Remarks

This setting identifies the application that created the Session. (Defaults to the name of the current process.)

The value will show up in the Supervisor view for SessionManager. It will also be used for future associations of plug-ins to applications. So, please set it to a constant value representing the application.

Version Information

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

See Also