ESRI.ArcGIS.ADF.Tasks
FindOption Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > SearchAttributesTask Class : FindOption Property




Whether to search all layers specified in the task (AllLayers), or only layers currently visible (VisibleLayers).

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(True)>
<ResCategoryAttribute("SearchTask")>
<DefaultValueAttribute()>
<ResDescriptionAttribute("Whether to search all layers specified in the task or only layers currently visible.")>
<PersistenceModeAttribute()>
Public Property FindOption As FindOption
Visual Basic (Usage)Copy Code
Dim instance As SearchAttributesTask
Dim value As FindOption
 
instance.FindOption = value
 
value = instance.FindOption
C# 
[BrowsableAttribute(true)]
[ResCategoryAttribute("SearchTask")]
[DefaultValueAttribute()]
[ResDescriptionAttribute("Whether to search all layers specified in the task or only layers currently visible.")]
[PersistenceModeAttribute()]
public FindOption FindOption {get; set;}

Remarks

The valid values for FindOption are AllLayers and VisibleLayers. AllLayers searches all layers included in the SearchFields property.

See Also

© 2010 All Rights Reserved.