C-DEngine 5.105

cdeP..::..SetPropertyForceEvents Method

Sets a property If the property does not exist, it will be created All Events (Change and Set) will be fired - even if the property has not changed

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

Syntax


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

Parameters

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

Return Value