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




URL of the ArcGIS Server data source.

Syntax

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

Remarks

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

See Also

© 2010 All Rights Reserved.