ProfileGetAllSettingValues Method
|
Retrieves all of the profile's setting values.
Namespace:
Zebra.Sdk.Device
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
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