Click or drag to resize

ObjectPropertyInfoGetDisplayNameOfEnumValue Method

Convenience method to convert a value from an enum property (as returned from the get indexer) to its display name of the enumeration.

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public string GetDisplayNameOfEnumValue(
	Object aVal
)

Parameters

aVal
Type: SystemObject
the value taken from the object

Return Value

Type: String
the technical name of the enum value or null if no name exists for the given value.
See Also