Click or drag to resize

ProcessControllerResolveAndReassignResultDataVRPCustomResolutionData Property

If the resolved assignee expression contains one or more virtual reference properties then the custom resolution data from the last one is stored here. Can be null.

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

Property Value

Type: DictionaryString, Object
See Also