BaseSettingsElement.TryGetSetting<T> Method (String, T)
|
<< Click to Display Table of Contents >> Navigation: »No topics above this level« BaseSettingsElement.TryGetSetting<T> Method (String, T) |
<< Click to Display Table of Contents >> |
Tries to get the setting value for the specified SettingId.
Namespace: BNCS
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
public bool TryGetSetting<T>(
string SettingId,
out T value
)
T
The type of the setting value.
SettingId
Type: String
The identifier of the setting.
value
Type: T
The output parameter to store the setting value.
True if the setting value was successfully retrieved, false otherwise.