Click or drag to resize

SurveyLaunchOptionsScopeVariables Property

Keys are scope variable names, eg. @myvar Values are value lists. The value list values must be in an appropriate string format that can be understood by SurveyController.GetScopeVariablesFromSurveyObject()

Namespace:  Omada.OE.Solution.OIM.AppLogic.SurveyFeature
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Dictionary<string, IEnumerable<string>> ScopeVariables { get; }

Property Value

Type: DictionaryString, IEnumerableString
See Also