IUserAccessiableSurveyVersion Property |
This function returns the survey version that is updated on the device.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax 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