ESRI.ArcGIS.ADF.ArcGISServer
TriggerErrorEvents Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > TopologyRule Class : TriggerErrorEvents Property




Indicates if error events are triggered for the topology rule.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property TriggerErrorEvents As Boolean
Visual Basic (Usage)Copy Code
Dim instance As TopologyRule
Dim value As Boolean
 
instance.TriggerErrorEvents = value
 
value = instance.TriggerErrorEvents
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public bool TriggerErrorEvents {get; set;}

See Also

© 2010 All Rights Reserved.