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