Click or drag to resize
IUserAccessiableDeviceVersion Property
This function returns the STG data collection app version installed on the device.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
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