ProfileGetAvailableSettings Method
|
Retrieve all of the setting identifiers for a profile.
Namespace:
Zebra.Sdk.Device
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntax public HashSet<string> GetAvailableSettings()
Public Function GetAvailableSettings As HashSet(Of String)
public:
virtual HashSet<String^>^ GetAvailableSettings() sealed
Return Value
Type:
HashSetStringSet of identifiers available for a profile.
Implements
SettingsProviderGetAvailableSettingsExceptions Remarks
These are the IDs that may be used as keys for retrieving and updating settings for a profile.
See Also