ESRI.ArcGIS.ADF.Tasks
PredefinedQuery Property
See Also 
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.")>
<ResCategoryAttribute("QueryAttributesTask")>
<DefaultValueAttribute()>
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.")]
[ResCategoryAttribute("QueryAttributesTask")]
[DefaultValueAttribute()]
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.

See Also

© 2010 All Rights Reserved.