Click or drag to resize

ObjectPropertyInfoEnumDisplayNames Property

if the property is an enum, this member is not null and contains an dictionary to look up display names of enum technical names.

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

Property Value

Type: DictionaryString, String
See Also