JobControlProviderGetJobSettings Method
|
Retrieve all of the setting identifiers for a device.
Namespace:
Zebra.Sdk.Card.Job
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax HashSet<string> GetJobSettings()
Function GetJobSettings As HashSet(Of String)
HashSet<String^>^ GetJobSettings()
Return Value
Type:
HashSetStringA
HashSet of the identifiers available for a device.
Exceptions Remarks
The setting names that may be used as keys for retrieving and updating settings for a device.
GetSettingValue(String)See Also