ArcGIS API for Windows Phone - Library Reference
QueryTask Constructor(String)
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > QueryTask Class > QueryTask Constructor : QueryTask Constructor(String)

Url
The URL of the REST MapService layer to query.
Initializes a new instance of the QueryTask class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal Url As String _
)
C# 
public QueryTask( 
   string Url
)

Parameters

Url
The URL of the REST MapService layer to query.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.