Click or drag to resize

ActionArgumentsPropertyValues Property

Current property values of the survey object (considering the changes made during the survey). Tip: if changes are made to PropertyValues and the survey object should be updated accordingly then remember to set ApplyChanges=true.

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
C#
public virtual PropertyValuesContainer PropertyValues { get; }

Property Value

Type: PropertyValuesContainer
See Also