ESRI.ArcGIS.ADF.ArcGISServer
Url Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer Namespace > ImageServerProxy Class : Url Property




Syntax

Visual Basic (Declaration) 
<SettingsBindableAttribute(True)>
<WebServicesDescriptionAttribute("The base URL to the server to use for requests.")>
<DefaultValueAttribute()>
Public Property Url As String
Visual Basic (Usage)Copy Code
Dim instance As ImageServerProxy
Dim value As String
 
instance.Url = value
 
value = instance.Url
C# 
[SettingsBindableAttribute(true)]
[WebServicesDescriptionAttribute("The base URL to the server to use for requests.")]
[DefaultValueAttribute()]
public string Url {get; set;}

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

© 2011 All Rights Reserved.