Click or drag to resize
IUserAccessiableSurveyVersion Property
This function returns the survey version that is updated on the device.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
int SurveyVersion { get; }

Return Value

Type: Int32
int
Examples
Prompt(SurveyVersion) will prompt a message with the survey version that is updated on the device.
See Also