Gets the display name of the workgroup queue. WorkgroupQueueDisplayName is only available if the WorkgroupQueueDisplayName attribute is being watched.

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

Syntax

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

Field Value

The display name of the workgroup queue.

Remarks

This can be assigned via handlers to be different than the actual workgroup name. The associated attribute to set from handlers is 'Eic_AssignedWorkgroup'.

This can allow client applications to display a more "friendly name" to the end user, by making the desired handler customization and using the WorkgroupQueueDisplayName attribute for display purposes.

Note
Accessing this property before a watch is started which includes this property raises a NotCachedException. A watch must be started first. For more information on watches see How Watches Work.

Exceptions

ExceptionCondition
ININ.IceLib..::..NotCachedExceptionThe associated attribute is not being watched.

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