Click or drag to resize

ResolvingAttributeDisplayValuesEventArgsDisplayValues Property

An event handler must put the resolved display values here. Keys are attribute technical values. Values are display values.

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Dictionary<string, string> DisplayValues { get; }

Property Value

Type: DictionaryString, String
See Also