ProfileGetAllSettings Method
|
Retrieve all settings and their attributes.
Namespace:
Zebra.Sdk.Device
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax public Dictionary<string, Setting> GetAllSettings()
Public Function GetAllSettings As Dictionary(Of String, Setting)
public:
virtual Dictionary<String^, Setting^>^ GetAllSettings() sealed
Return Value
Type:
DictionaryString,
SettingMap of setting IDs and setting attributes contained in the profile
Implements
SettingsProviderGetAllSettingsExceptions See Also