C-DEngine 5.105

ICDESettings..::..HasSetting Method

Determines whether the specified setting exists.

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

Syntax


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

Parameters

pSetting
Type: String
The setting.
pOwner
Type: Nullable<(Of <(<'Guid>)>)>
Owner of the setting if required

Return Value

true if the specified setting exists; otherwise, false.