ProfileGetSettingType Method
|
Returns the data type of the setting.
Namespace:
Zebra.Sdk.Device
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntax public string GetSettingType(
string settingId
)
Public Function GetSettingType (
settingId As String
) As String
public:
virtual String^ GetSettingType(
String^ settingId
) sealed
Parameters
- settingId
- Type: SystemString
The setting id
Return Value
Type:
StringThe data type of the setting (e.g. string, bool, enum, etc.)
Implements
SettingsProviderGetSettingType(String)Exceptions See Also