ESRI.ArcGIS.ADF.ArcGISServer
EventNotificationOnValidate Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > TopologyMembership Class : EventNotificationOnValidate Property




Indicates if event notification is fired on validate.

Syntax

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

See Also

© 2010 All Rights Reserved.