ESRI.ArcGIS.ADF.Tasks
PredefinedQuery Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Tasks Namespace > QueryAttributesTask Class : PredefinedQuery Property




Defines the query to be executed, including map resource, layer, and where expression.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(True)>
<ResDescriptionAttribute("Defines the query to be executed, including the layer and expression.")>
<DefaultValueAttribute()>
<ResCategoryAttribute("QueryAttributesTask")>
Public Property PredefinedQuery As QueryAttributes
Visual Basic (Usage)Copy Code
Dim instance As QueryAttributesTask
Dim value As QueryAttributes
 
instance.PredefinedQuery = value
 
value = instance.PredefinedQuery
C# 
[BrowsableAttribute(true)]
[ResDescriptionAttribute("Defines the query to be executed, including the layer and expression.")]
[DefaultValueAttribute()]
[ResCategoryAttribute("QueryAttributesTask")]
public QueryAttributes PredefinedQuery {get; set;}

Remarks

The QueryAttributes object is typically defined at design time in either the Manager application or in Visual Studio, and then serialized as a string to the page.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.