Click or drag to resize
IntegerParameterEnumMap Property
Gets enumMap.

Namespace: Lawo.EmberPlusSharp.Model
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public 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