This document is archived and information here might be outdated. Recommended version. |
Indicates if error events are triggered for the topology rule.
[Visual Basic .NET]
Public Property TriggerErrorEvents As Boolean
[C#]
public bool TriggerErrorEvents {get; set;}
[C++]
HRESULT get_TriggerErrorEvents(
Boolean* errorEvents
);
[C++]
HRESULT put_TriggerErrorEvents(
VARIANT_BOOL errorEvents
);
[C++] Parameters errorEvents [out, retval]
errorEvents is a parameter of type bool* errorEvents [in]
errorEvents is a parameter of type bool
The TriggerErrorEvents property is not currently in use and is reserved for future use.