| ActionArgumentsFinalPropertyValues Property |
Note: This API is now obsolete.
Property values of the survey object (considering the changes made during the survey).
See InitialPropertyValues for a description of the data types.
Tip: use the GetPropertyValue method for easy access to the property values.
Namespace:
Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActions
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax[ObsoleteAttribute("Use PropertyValues or PropertyValues.ToDictionary() instead")]
public Dictionary<string, List<Object>> FinalPropertyValues { get; }
Property Value
Type:
DictionaryString,
ListObject
See Also