ThePropertyBag..::..PropBagUpdateValue Method (ThePropertyBag, String, String, String, Boolean)
Updates a value of a given key in the propertybag
Namespace:
nsCDEngine.Engines.NMIServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public static bool PropBagUpdateValue( ThePropertyBag pQ, string pName, string Seperator, string pValue, bool AllowDuplicates )
Parameters
- pQ
- Type: nsCDEngine.Engines.NMIService..::..ThePropertyBag
Property bag
- pName
- Type: String
Name of the key
- Seperator
- Type: String
Bag Name/Value separator
- pValue
- Type: String
New Valule
- AllowDuplicates
- Type: Boolean
if true, the bag can have the same key twice