C-DEngine 5.105

TheCDESettings..::..HasSetting Method

Determines whether the specified p setting has setting.

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

Syntax


public virtual bool HasSetting(
	string pSetting,
	Nullable<Guid> pOwner
)
Public Overridable Function HasSetting ( _
	pSetting As String, _
	pOwner As Nullable(Of Guid) _
) As Boolean
public:
virtual bool^ HasSetting(
	String^ pSetting, 
	Nullable<Guid^> pOwner
)

Parameters

pSetting
Type: String
The p setting.
pOwner
Type: Nullable<(Of <(<'Guid>)>)>
The p owner.

Return Value

true if the specified p setting has setting; otherwise, false.