ESRI.ArcGIS.Mobile
Url Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching.Synchronization Namespace > MobileServiceConnection Class : Url Property

Gets or sets the Uniform Resource Locator.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("An URL of an ArcGIS Server enabled for mobile data access. e.g.: http://server/arcgis/rest/services/mapservice/mobileservice")>
<DefaultValueAttribute()>
<CategoryAttribute("Service")>
Public Property Url As String
C# 
[DescriptionAttribute("An URL of an ArcGIS Server enabled for mobile data access. e.g.: http://server/arcgis/rest/services/mapservice/mobileservice")]
[DefaultValueAttribute()]
[CategoryAttribute("Service")]
public string Url {get; set;}

Remarks

A valid Uniform Resource Locator has to be assigned to the MobileService before a synchronization between client device and ArcGIS server. For more information about Uniform Resource Locator format for the web service you connect to, please refer to ArcGIS Server documentation.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.