ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
Url Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > GeocodeResourceInternet Class : Url Property




The URL for connecting to the ArcGIS Server geocode service.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Url As String
Visual Basic (Usage)Copy Code
Dim instance As GeocodeResourceInternet
Dim value As String
 
value = instance.Url
C# 
public string Url {get;}

Example

An example of a data source URL would be: http://myserver.example.com/arcgis/services/MyService/GeocodeServer.

See Also

© 2010 All Rights Reserved.