Enum CollectionVariableElementState
Represents the state of an element in its collection.
[Flags]
public enum CollectionVariableElementState : byte
Fields
Added = 8Specifies that the element has been added.
Changed = 1Specifies that the element has changed.
Default = 0Specifies that the element has not changed.
Invalid = 2Specifies that the element contains validation errors.
NotFound = 32Specifies that the element does not exist.
Removed = 16Specifies that the element has been removed.
Warning = 4Specifies that the element contains validation warnings.