BaseSettingsElement.TryGetSetting Method (String, String)
|
<< Click to Display Table of Contents >> Navigation: »No topics above this level« BaseSettingsElement.TryGetSetting Method (String, String) |
<< Click to Display Table of Contents >> |
Tries to get the value of a setting based on the provided SettingId.
Namespace: BNCS
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
public bool TryGetSetting(
string SettingId,
out string value
)
SettingId
Type: String
The unique identifier of the setting to retrieve.
value
Type: String
The value of the setting if found, otherwise null.
True if the setting was found and retrieved successfully, false otherwise.