C-DEngine 5.105

TheThingRegistry..::..GetHostProperty Method

Returns the value for a Property of the Hosting Node.

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

Syntax


public static Object GetHostProperty(
	string pName
)
Public Shared Function GetHostProperty ( _
	pName As String _
) As Object
public:
static Object^ GetHostProperty(
	String^ pName
)

Parameters

pName
Type: String
Property name.

Return Value

Value of the property, or null if not found.