|
<< 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)
public string GetSetting(
string SettingId
)
SettingId
Type: String
The unique identifier of the setting to retrieve.
The value of the setting if found, otherwise null.