ProfileGetAllSettings Method
|
Retrieve all settings and their attributes.
Namespace:
Zebra.Sdk.Device
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
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