Click or drag to resize

ObjectPropertyInfoEnumValues Property

if the property is an enum, this member is not null and contains an dictionary to look up technical/symbol names for given enum values

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public Dictionary<int, string> EnumValues { get; }

Property Value

Type: DictionaryInt32, String
See Also