Click or drag to resize

ProfileGetSetting Method

Retrieves the profile's Setting for a setting id.

Namespace: Zebra.Sdk.Device
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public Setting GetSetting(
	string settingId
)

Parameters

settingId  String
The setting id.

Return Value

Setting
The Setting
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf the setting could not be retrieved.
See Also