C-DEngine 5.105

ICDEThing..::..SetProperty Method

Sets a property of TheThing associated with this class

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

Syntax


cdeP SetProperty(
	string pName,
	Object Value
)
Function SetProperty ( _
	pName As String, _
	Value As Object _
) As cdeP
cdeP^ SetProperty(
	String^ pName, 
	Object^ Value
)

Parameters

pName
Type: String
Name of the property to set
Value
Type: Object
The value to set in the property

Return Value