Each value in the enumeration represents a property of HistoryItem.
Namespace: ININ.IceLib.InteractionsAssembly: ININ.IceLib.Interactions (in ININ.IceLib.Interactions.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public enum HistoryItemProperty |
Visual Basic |
---|
Public Enumeration HistoryItemProperty |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No property is indicated. | |
BeginTime | 1 | Represents the BeginTime property. | |
Direction | 2 | Represents the Direction property. | |
EndTime | 3 | Represents the EndTime property. | |
InteractionId | 4 | Represents the InteractionId property. | |
InteractionLog | 5 | Represents the InteractionLog property. | |
ItemFlags | 6 | Represents the ItemFlags property. | |
LocalAddress | 7 | Represents the LocalAddress property. | |
LocalId | 8 | Represents the LocalId property. | |
LocalName | 9 | Represents the LocalName property. | |
RemoteAddress | 10 | Represents the RemoteAddress property. | |
RemoteId | 11 | Represents the RemoteId property. | |
RemoteName | 12 | Represents the RemoteName property. |
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.
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.