ProfileGetSettingValue Method
|
Retrieves the profile's setting value for a setting id.
Namespace:
Zebra.Sdk.Device
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax public string GetSettingValue(
string settingId
)
Public Function GetSettingValue (
settingId As String
) As String
public:
virtual String^ GetSettingValue(
String^ settingId
) sealed
Parameters
- settingId
- Type: SystemString
The setting id.
Return Value
Type:
StringThe setting's value.
Implements
SettingsProviderGetSettingValue(String)Exceptions See Also