C-DEngine 5.105

ICDEThing..::..GetProperty Method

Get a property of TheThing associated with this class

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

Syntax


cdeP GetProperty(
	string pName,
	bool CreateIfNotExist
)
Function GetProperty ( _
	pName As String, _
	CreateIfNotExist As Boolean _
) As cdeP
cdeP^ GetProperty(
	String^ pName, 
	bool^ CreateIfNotExist
)

Parameters

pName
Type: String
Name of the property to get
CreateIfNotExist
Type: Boolean
The property will be created in TheThing if it does not exist

Return Value