C-DEngine 5.105

ThePropertyBag..::..PropBagUpdateValue Method (ThePropertyBag, String, String)

Updates a value of a given key in the propertybag

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

Syntax


public static bool PropBagUpdateValue(
	ThePropertyBag pQ,
	string pFiller,
	string Seperator
)
Public Shared Function PropBagUpdateValue ( _
	pQ As ThePropertyBag, _
	pFiller As String, _
	Seperator As String _
) As Boolean
public:
static bool^ PropBagUpdateValue(
	ThePropertyBag^ pQ, 
	String^ pFiller, 
	String^ Seperator
)

Parameters

pQ
Type: nsCDEngine.Engines.NMIService..::..ThePropertyBag
Property bag
pFiller
Type: String
Name=value for the change
Seperator
Type: String
Bag Name/Value separator

Return Value