C-DEngine 5.105

TheThing..::..DeclareNMIProperty Method

Properties declared NMI properties will show up in the Property Table on NMI controls and Elements If the property does not exist, it will be created at runtime

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

Syntax


public cdeP DeclareNMIProperty(
	string pName,
	ePropertyTypes pType
)
Public Function DeclareNMIProperty ( _
	pName As String, _
	pType As ePropertyTypes _
) As cdeP
public:
cdeP^ DeclareNMIProperty(
	String^ pName, 
	ePropertyTypes^ pType
)

Parameters

pName
Type: String
Property Name
pType
Type: nsCDEngine.Engines.ThingService..::..ePropertyTypes
Property Type

Return Value