EnableVerificationEvent property (ILTZoneData)
BOOL EnableVerificationEvent | |
Overview |
Refer to Using the ILTZoneData Properties |
Remarks
Gets or sets a value that indicates whether the Verification event is generated. Possible values are:
Setting |
Meaning |
TRUE |
The Verification event is/will be generated. |
FALSE |
The Verification event is not/will not be generated. |
The StopVerificationEvent property is designed to be set within the Verification event itself, to stop the current event. The EnableVerificationEvent property is designed to be set outside the Verification event to control whether the event is generated.
For more information on the other properties used to define a zone, refer to ILTZoneData.
See Also