C-DEngine 5.105

ThePropertyBag..::..PropBagUpdateValues Method

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 PropBagUpdateValues(
	ThePropertyBag pQ,
	string pProps,
	string Seperator
)
Public Shared Function PropBagUpdateValues ( _
	pQ As ThePropertyBag, _
	pProps As String, _
	Seperator As String _
) As Boolean
public:
static bool^ PropBagUpdateValues(
	ThePropertyBag^ pQ, 
	String^ pProps, 
	String^ Seperator
)

Parameters

pQ
Type: nsCDEngine.Engines.NMIService..::..ThePropertyBag
Property bag
pProps
Type: String
Name, properties list separated with :;:
Seperator
Type: String
Bag Name/Value separator

Return Value