![]() ![]() |
ESRI.ArcGIS.ADF.Tasks | |
PredefinedQuery Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Tasks Namespace > QueryAttributesTask Class : PredefinedQuery Property |
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) | ![]() |
---|---|
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;} |
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.
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