StopVerificationEvent property (ILTZoneData)
BOOL StopVerificationEvent | |
Overview |
Refer to Using the ILTZoneData Properties |
Remarks
Gets or sets a value that indicates whether to stop generating the Verification event. Possible values are:
Setting |
Meaning |
TRUE |
Stop generating the Verification event. |
FALSE |
Continnue generating the Verification event. |
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