Represents the attribute type for a QueueColumn.
Namespace: ININ.IceLib.Configuration.DataTypesAssembly: 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 name | Value | Description | |
---|---|---|---|
Invalid | 0 | An invalid attribute type was found. | |
Boolean | 1 | A boolean value. | |
String | 2 | A string value. | |
Number | 3 | A numeric value. | |
Timestamp | 4 | A timestamp value. | |
Duration | 5 | A duration value. | |
InteractionId | 6 | An InteractionId value. | |
MultiValueString | 7 | A collection of string values. | |
MultiValueNumber | 8 | A collection of numeric values. | |
MultiValueInteractionIds | 9 | A 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.
For 4.0, supported for IC Server version 4.0 GA and beyond.