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