Gets or sets the Application Trace ID for this 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 ApplicationTraceId { get; set; }
Visual Basic
Public Property ApplicationTraceId As String
	Get
	Set

Field Value

The Application Trace ID.

Remarks

This setting identifies the application that created this Session for unified tracing purposes.

The value will show up in the Tracing section of Interaction Administrator.

Note
This setting is primarily used for internal PureConnect applications to associate themselves with the elevated trace levels configured in Interaction Administrator.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 2 and beyond.
For 3.0, supported for IC Server version 3.0 SU 11 and beyond.

See Also