C-DEngine 5.105

ThePropertyBag..::..PropBagGetKeyValue Method

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

Syntax


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

Parameters

pQ
Type: nsCDEngine.Engines.NMIService..::..ThePropertyBag
pName
Type: String
Seperator
Type: String