C-DEngine 5.105

cdeP Constructor (String, Object)

Creates a temporary new Property that is not bound to a TheThing and will not be made persistant

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

Syntax


public cdeP(
	string pName,
	Object pValue
)
Public Sub New ( _
	pName As String, _
	pValue As Object _
)
public:
cdeP(
	String^ pName, 
	Object^ pValue
)

Parameters

pName
Type: String
pValue
Type: Object