IUserAccessiableDeviceVersion Property |
This function returns the STG data collection app version installed on the device.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax string DeviceVersion { get; }
Return Value
Type:
String string
Examples
Prompt(DeviceVersion) will prompt a message with the collection data app installed on the device.
See Also