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




The name of the SearchAttributesTask configured.

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute()>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.BuddyControlEditor, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<ResCategoryAttribute("SearchAttributesTaskWebConfigurator")>
Public Property SearchAttributesTask As String
Visual Basic (Usage)Copy Code
Dim instance As SearchAttributesTaskWebConfigurator
Dim value As String
 
instance.SearchAttributesTask = value
 
value = instance.SearchAttributesTask
C# 
[PersistenceModeAttribute()]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.BuddyControlEditor, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ResCategoryAttribute("SearchAttributesTaskWebConfigurator")]
public string SearchAttributesTask {get; set;}

See Also

© 2010 All Rights Reserved.