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 >>
Navigation:  »No topics above this level«
BaseSettingsElement.TryGetSetting Method (String, String)


Tries to get the value of a setting based on the provided SettingId.

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

 

Syntax


public bool TryGetSetting(
string SettingId,
out string value
)

Parameters

SettingId

Type: String

The unique identifier of the setting to retrieve.

value

Type: String

The value of the setting if found, otherwise null.

Return Value

True if the setting was found and retrieved successfully, false otherwise.

 

See Also


BaseSettingsElement Class

TryGetSetting Overload

BNCS Namespace