BaseSettingsElement.GetSetting Method (String)

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS Namespace > BaseSettingsElement Class > BaseSettingsElement Methods > GetSetting Method  >

BaseSettingsElement.GetSetting Method (String)

Retrieves the value of a setting based on the provided SettingId.

Namespace: BNCS
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


public string GetSetting(
 string SettingId
)

Parameters

SettingId

Type: String
The unique identifier of the setting to retrieve.

Return Value

The value of the setting if found, otherwise null.

 

See Also


BaseSettingsElement Class

GetSetting Overload

BNCS Namespace