Click or drag to resize

ActionArgumentsInitialPropertyValues Property

Initial property values of the survey object at the time when the survey was initiated. Keys in the dictionary are property system names. Values are collections of property values. Each value for a property is either a: string (VP datatype text, hyperlink, xml), integer (VP datatype integer, RP, SP), boolean (VP datatype bool), TimeSpan (VP datatype TimeSpan), double (VP datatype decimal) or DateTime (VP datatype DateTime). The result for value property will always contain zero or one value. The result for set- and reference-properties can contain zero, one or multiple values. For set- and reference-properties the value ids are returned (set property value ids or data object ids). 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
C#
public Dictionary<string, List<Object>> InitialPropertyValues { get; }

Property Value

Type: DictionaryString, ListObject
See Also