ESRI.ArcGIS.ADF.Web.UI.WebControls
EnableRelates Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > MapIdentify Class : EnableRelates Property




Property to enable/disable relates information

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Identify Tool")>
<DefaultValueAttribute()>
<ResDescriptionAttribute("Property to enable/disable identify relates information")>
<PersistenceModeAttribute()>
Public Property EnableRelates As Boolean
Visual Basic (Usage)Copy Code
Dim instance As MapIdentify
Dim value As Boolean
 
instance.EnableRelates = value
 
value = instance.EnableRelates
C# 
[ResCategoryAttribute("Identify Tool")]
[DefaultValueAttribute()]
[ResDescriptionAttribute("Property to enable/disable identify relates information")]
[PersistenceModeAttribute()]
public bool EnableRelates {get; set;}

See Also

© 2010 All Rights Reserved.