C-DEngine 5.105

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

Returns a property of a given Name. If the property does not exist the method returns NULL

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

Syntax


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

Parameters

pName
Type: String

Return Value