ProfileGetArchivableSettingValues Method
|
Retrieve the values of all the settings that are archivable.
Namespace:
Zebra.Sdk.Device
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax public Dictionary<string, string> GetArchivableSettingValues()
Public Function GetArchivableSettingValues As Dictionary(Of String, String)
public:
Dictionary<String^, String^>^ GetArchivableSettingValues()
Return Value
Type:
DictionaryString,
StringValues of all the settings with the archivable attribute that are in the profile.
Exceptions See Also