C-DEngine 5.105

TheThingBase..::..GetProperty Method

Gets a property by name

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

Syntax


public virtual cdeP GetProperty(
	string pName,
	bool DoCreate
)
Public Overridable Function GetProperty ( _
	pName As String, _
	DoCreate As Boolean _
) As cdeP
public:
virtual cdeP^ GetProperty(
	String^ pName, 
	bool^ DoCreate
)

Parameters

pName
Type: String
Name of the property
DoCreate
Type: Boolean
if true, the property will be created

Return Value