C-DEngine 5.105

cdeP..::..RegisterProperty Method

Registers a new property with TheThing at runtime

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

Syntax


public cdeP RegisterProperty(
	string pName
)
Public Function RegisterProperty ( _
	pName As String _
) As cdeP
public:
cdeP^ RegisterProperty(
	String^ pName
)

Parameters

pName
Type: String
Name of the Property to be registered.

Return Value