JobControlProviderGetJobSettingType Method
|
Returns the data type of the setting.
Namespace:
Zebra.Sdk.Card.Job
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax string GetJobSettingType(
string settingId
)
Function GetJobSettingType (
settingId As String
) As String
String^ GetJobSettingType(
String^ settingId
)
Parameters
- settingId
- Type: SystemString
The setting ID.
Return Value
Type:
StringThe data type of the setting (e.g. string, bool, enum, etc.)
Exceptions See Also