Gets the unique internal identifier for this status. See MessageText for display usages.

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

Syntax

C#
public string Id { get; }
Visual Basic
Public ReadOnly Property Id As String
	Get

Field Value

The ID. e.g.: "AcdAgentNotAnswering".

Remarks

This internal name for the status is not localized. It is the "Message Name" created when the status was defined in Interaction Administrator. The MessageText on the other hand, is the localized string that is displayed in Interaction Client. For example, the ID "AcdAgentNotAnswering", corresponds to MessageText "ACD - Agent Not Answering". The key difference is that status MessageTexts are localized, and status IDs are not.

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