ProfileGetAllSettingValues Method
|
Retrieves all of the profile's setting values.
Namespace:
Zebra.Sdk.Device
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax public Dictionary<string, string> GetAllSettingValues()
Public Function GetAllSettingValues As Dictionary(Of String, String)
public:
virtual Dictionary<String^, String^>^ GetAllSettingValues() sealed
Return Value
Type:
DictionaryString,
StringValues of all the settings provided by the profile.
Implements
SettingsProviderGetAllSettingValuesExceptions See Also