SettingsProviderGetAllSettingValues Method
|
Retrieves all of the device's setting values.
Namespace: Zebra.Sdk.SettingsAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax Dictionary<string, string> GetAllSettingValues()
Function GetAllSettingValues As Dictionary(Of String, String)
Dictionary<String^, String^>^ GetAllSettingValues()
Return Value
DictionaryString,
StringValues of all the settings provided by the device.
Exceptions See Also