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