C-DEngine 5.105

TheThing..::..GetProperty Method (String, Boolean)

Returns a cdeP Property Object

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

Syntax


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

Parameters

pName
Type: String
Property Name
DoCreate
Type: Boolean
If true this method creates the property if it did not exist

Return Value