ArcGIS API for WPF - Library Reference
Url Property
See Also  Example Send comments on this topic
ESRI.ArcGIS.Client Namespace > ArcGISTiledMapServiceLayer Class : Url Property

Gets or sets the URL to a tiled ArcGIS REST map service.

Syntax

Visual Basic (Declaration) 
Public Property Url As String
C# 
public string Url {get; set;}

Example

XAMLCopy Code
<esri:ArcGISTiledMapServiceLayer 
       Url="http://services.arcgisonline.com/ArcGIS/rest/services/ESRI_Imagery_World_2D/MapServer" />

Remarks

The URL defines the REST endpoint to an ArcGIS Server cached (tiled) map service. Use the Services Directory application available with REST services on any ArcGIS Server site to discover the URL.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.