TheThing..::..SetPropertyEvents Method (String, Boolean)
Note: This API is now obsolete.
Assembly: C-DEngine (in C-DEngine.dll)
Turns event on/off on a Property. If the property does not exist, it will be created
Namespace:
nsCDEngine.Engines.ThingServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
[ObsoleteAttribute] public cdeP SetPropertyEvents( string pName, bool TurnEventsOn )
<ObsoleteAttribute> _ Public Function SetPropertyEvents ( _ pName As String, _ TurnEventsOn As Boolean _ ) As cdeP
[ObsoleteAttribute] public: cdeP^ SetPropertyEvents( String^ pName, bool^ TurnEventsOn )
Parameters
- pName
- Type: String
Name of the property
- TurnEventsOn
- Type: Boolean
if true, events on the property will be turned on