ThePropertyBag..::..PropBagUpdateValue Method (ThePropertyBag, String, String, String)
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 )
Public Shared Function PropBagUpdateValue ( _ pQ As ThePropertyBag, _ pName As String, _ Seperator As String, _ pValue As String _ ) As Boolean
public: static bool^ PropBagUpdateValue( ThePropertyBag^ pQ, String^ pName, String^ Seperator, String^ pValue )
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