ArcGIS API for Silverlight - Library Reference
Url Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Portal Namespace > ArcGISPortal Class : Url Property

The URL of the ArcGIS Portal REST end point : http://<host>:<port>/sharing/rest. If the URL is not set, ArcGIS Online REST URL is used by default (http://www.arcgis.com/sharing/rest).

Syntax

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

Remarks

An earlier pre-release version prior to rationalization and public release of the ArcGIS Online REST API may exist at http://<host>:<port>/sharing for the portal you are accessing. Developers are cautioned not to access this pre-release version. There are pitfalls to doing so and no advantages over using the released version of the api which is logically equivalent.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.