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




Option to define layer scope of Identify tool

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute()>
<ResDescriptionAttribute("Defines the layer scope of map identify tool")>
<ResCategoryAttribute("Identify Tool")>
Public Property IdentifyOption As IdentifyOption
Visual Basic (Usage)Copy Code
Dim instance As MapIdentify
Dim value As IdentifyOption
 
instance.IdentifyOption = value
 
value = instance.IdentifyOption
C# 
[PersistenceModeAttribute()]
[ResDescriptionAttribute("Defines the layer scope of map identify tool")]
[ResCategoryAttribute("Identify Tool")]
public IdentifyOption IdentifyOption {get; set;}

See Also

© 2010 All Rights Reserved.