Click or drag to resize

ResolverResultCustomData Property

Holds custom data that can be added by the resolver.

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

Property Value

Type: DictionaryString, Object
See Also