C-DEngine 5.105

ICDESettings..::..SetSetting Method

Add/Set a local presisted Setting

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

Syntax


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

Parameters

pSetting
Type: String
Name of the setting
pValue
Type: String
Value of the setting
bIsHidden
Type: Boolean
Do not show this in clear text in the NMI
pOwner
Type: Nullable<(Of <(<'Guid>)>)>
Owner Guid of the setting. If set this setting will be encrypted
pType
Type: nsCDEngine.Engines.ThingService..::..ePropertyTypes
Type hint for the NMI

Return Value