ESRI.ArcGIS.ADF.Tasks
QueryAttributesTask Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > QueryAttributesTaskWebConfigurator Class : QueryAttributesTask Property




The name of the QueryAttributesTask configured.

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute()>
<NotifyParentPropertyAttribute(True)>
<ResDescriptionAttribute("QueryAttributesTaskWebConfigurator")>
<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")>
<ResCategoryAttribute("QueryAttributesTaskWebConfigurator")>
<DefaultValueAttribute()>
Public Property QueryAttributesTask As String
Visual Basic (Usage)Copy Code
Dim instance As QueryAttributesTaskWebConfigurator
Dim value As String
 
instance.QueryAttributesTask = value
 
value = instance.QueryAttributesTask
C# 
[PersistenceModeAttribute()]
[NotifyParentPropertyAttribute(true)]
[ResDescriptionAttribute("QueryAttributesTaskWebConfigurator")]
[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")]
[ResCategoryAttribute("QueryAttributesTaskWebConfigurator")]
[DefaultValueAttribute()]
public string QueryAttributesTask {get; set;}

See Also

© 2010 All Rights Reserved.