| SurveyLaunchResultSuccess Property |
Indicates whether the Survey was launched or not.
If false, then the ErrorMessage property contains info about issues.
If the survey was launched with the "Generate data in background" option, then this property will be true.
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
Syntaxpublic bool Success { get; set; }
Property Value
Type:
Boolean
See Also