Represents the attribute type for a QueueColumn.

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

Syntax

C#
public enum QueueColumnAttributeType
Visual Basic
Public Enumeration QueueColumnAttributeType

Members

Member nameValueDescription
Invalid0An invalid attribute type was found.
Boolean1A boolean value.
String2A string value.
Number3A numeric value.
Timestamp4A timestamp value.
Duration5A duration value.
InteractionId6An InteractionId value.
MultiValueString7A collection of string values.
MultiValueNumber8A collection of numeric values.
MultiValueInteractionIds9A collection of InteractionId values.

Version Information

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

See Also