|
| ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer | |
| QueryFunctionality Constructor(String,MapResourceBase) | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > QueryFunctionality Class > QueryFunctionality Constructor : QueryFunctionality Constructor(String,MapResourceBase) |
- name
- Name of the functionality.
- resource
- Map resource used to query.
| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal name As String, _ ByVal resource As MapResourceBase _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim name As String Dim resource As MapResourceBase Dim instance As New QueryFunctionality(name, resource) | |
| C# | |
|---|---|
public QueryFunctionality( string name, MapResourceBase resource ) | |
Parameters
- name
- Name of the functionality.
- resource
- Map resource used to query.
The normal way of obtaining a QueryFunctionality is to use the CreateFunctionality method on the map resource you want to query. See the QueryFunctionality overview for more information.
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