C-DEngine 5.105

cdeP..::..GetPropertyType Method

Return the property type of a given property name. Returns ZERO if the property does not exist or the name is null/""

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

Syntax


public ePropertyTypes GetPropertyType(
	string pName
)
Public Function GetPropertyType ( _
	pName As String _
) As ePropertyTypes
public:
ePropertyTypes^ GetPropertyType(
	String^ pName
)

Parameters

pName
Type: String

Return Value