C-DEngine 5.105

ICDESettings..::..DeleteAppSetting Method

Deletes a setting from the settings store (app.config and/or private store) If an owner is specified, the setting will be moved from the public settings store to the private secure store

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

Syntax


void DeleteAppSetting(
	string pKeyname,
	Nullable<Guid> pOwner
)
Sub DeleteAppSetting ( _
	pKeyname As String, _
	pOwner As Nullable(Of Guid) _
)
void DeleteAppSetting(
	String^ pKeyname, 
	Nullable<Guid^> pOwner
)

Parameters

pKeyname
Type: String
pOwner
Type: Nullable<(Of <(<'Guid>)>)>
Owner Guid of the setting. If set, the setting will be moved to the private store