C-DEngine 5.105

ICDESettings..::..GetSetting Method

Gets a setting. The following order is applied: 1) Public setting coming from either the App.Config or coming from the host 2) if an environment variable with the setting name is specified it will be returned 3) if an Owner was specified the setting will be loaded from the secure settings store

Namespace:  nsCDEngine.Interfaces
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


string GetSetting(
	string pSetting,
	Nullable<Guid> pOwner
)
Function GetSetting ( _
	pSetting As String, _
	pOwner As Nullable(Of Guid) _
) As String
String^ GetSetting(
	String^ pSetting, 
	Nullable<Guid^> pOwner
)

Parameters

pSetting
Type: String
Name of the setting
pOwner
Type: Nullable<(Of <(<'Guid>)>)>
Owner of the setting

Return Value