C-DEngine 5.105

TheCDESettings..::..DeleteAppSetting Method

Deletes an app.config setting if the C-DEngine can write to the config file

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

Syntax


public virtual void DeleteAppSetting(
	string pKeyname,
	Nullable<Guid> pOwner
)
Public Overridable Sub DeleteAppSetting ( _
	pKeyname As String, _
	pOwner As Nullable(Of Guid) _
)
public:
virtual void DeleteAppSetting(
	String^ pKeyname, 
	Nullable<Guid^> pOwner
)

Parameters

pKeyname
Type: String
Key to be deleted
pOwner
Type: Nullable<(Of <(<'Guid>)>)>
Owner of the setting