C-DEngine 5.105

TheCDESettings..::..SetSetting Method

Sets a new App Setting that will be stored encrypted in the local cdeTPI

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

Syntax


public virtual bool SetSetting(
	string pSetting,
	string pValue,
	bool bIsHidden,
	Nullable<Guid> pOwner,
	ePropertyTypes pType
)
Public Overridable Function SetSetting ( _
	pSetting As String, _
	pValue As String, _
	bIsHidden As Boolean, _
	pOwner As Nullable(Of Guid), _
	pType As ePropertyTypes _
) As Boolean
public:
virtual bool^ SetSetting(
	String^ pSetting, 
	String^ pValue, 
	bool^ bIsHidden, 
	Nullable<Guid^> pOwner, 
	ePropertyTypes^ pType
)

Parameters

pSetting
Type: String
Name of the key
pValue
Type: String
Value to be stored
bIsHidden
Type: Boolean
If true, the parameter will be treated as secure and cannot be recalled except by the CDE
pOwner
Type: Nullable<(Of <(<'Guid>)>)>
Owner of the setting
pType
Type: nsCDEngine.Engines.ThingService..::..ePropertyTypes
Type of the property as a hint for NMI Settings

Return Value