C-DEngine 5.105

TheThing..::..SetPropertyNoEvents Method

Sets a property If the property does not exist, it will be created The Property Change Events and Set Property events are NOT Fired

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

Syntax


public cdeP SetPropertyNoEvents(
	string pName,
	Object pValue
)
Public Function SetPropertyNoEvents ( _
	pName As String, _
	pValue As Object _
) As cdeP
public:
cdeP^ SetPropertyNoEvents(
	String^ pName, 
	Object^ pValue
)

Parameters

pName
Type: String
Property Name
pValue
Type: Object
Value to be set

Return Value