Profile.GetArchivableSettingValues 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
Syntaxpublic Dictionary<string, string> GetArchivableSettingValues()
Public Function GetArchivableSettingValues As Dictionary(Of String, String)
public:
Dictionary<String^, String^>^ GetArchivableSettingValues()
Return Value
Dictionary<String,
String>Values of all the settings with the archivable attribute that are in the profile.
Exceptions
See Also