SettingsProviderGetAllSettings Method
|
Retrieve all settings and their attributes.
Namespace: Zebra.Sdk.SettingsAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax Dictionary<string, Setting> GetAllSettings()
Function GetAllSettings As Dictionary(Of String, Setting)
Dictionary<String^, Setting^>^ GetAllSettings()
Return Value
DictionaryString,
SettingMap of setting IDs and setting attributes contained in the profile
Exceptions See Also