Click or drag to resize
IParameterEnumMap Property
Gets enumMap.

Namespace: Lawo.EmberPlusSharp.Model
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
IReadOnlyList<KeyValuePair<string, int>> EnumMap { get; }

Property Value

Type: IReadOnlyListKeyValuePairString, Int32
Remarks
The returned collection contains the entries of either the enumeration field or the enumMap field. If the provider sets both fields, the collection contains the entries of the field that appeared last in the EmBER-encoded data.
See Also