C-DEngine 5.105

ThePropertyBag..::..PropBagRemoveName Method

Removes a given key from the propertybag

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

Syntax


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

Parameters

pQ
Type: nsCDEngine.Engines.NMIService..::..ThePropertyBag
Property bag
pName
Type: String
Name of they key to delete
Seperator
Type: String
Bag Name/Value separator

Return Value