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




The URL for connecting to the ArcGIS Server image service.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Url As String
Visual Basic (Usage)Copy Code
Dim instance As ImageResourceInternet
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/ImageServer.

See Also

© 2010 All Rights Reserved.