ExpansionBase.GetSettingsValue Method (String, String)

<< >>

Navigation:  CodeStencil > Custom Library > Class Library > Expansion Namespace > ExpansionBase Class > ExpansionBase Methods > GetSettingsValue Method  >

ExpansionBase.GetSettingsValue Method (String, String)

Return a string containing the value for a setting

Gets the settings value.

Namespace: ZeraSystems.CodeNanite.Expansion

Assembly:  ZeraSystems.CodeNanite.Expansion (in ZeraSystems.CodeNanite.Expansion.dll)

Syntax


C#

public string GetSettingsValue(
 string setting,
 string configLabel
)

Parameters

setting

Type: String

Setting we want to retrieve fromThe setting.

configLabel

Type: String

Configuration labelThe configuration label.

Return Value

System.String.

Return Value

System.String.

See Also


ExpansionBase Class

GetSettingsValue Overload

ZeraSystems.CodeNanite.Expansion Namespace