This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAGSServerObjectName Interface > IAGSServerObjectName.URL Property (ArcObjects .NET 10.4 SDK) |
Server object URL (if connection type is internet).
[Visual Basic .NET] Public Property URL As String
[C#] public string URL {get; set;}
[C++]
HRESULT get_URL(
BSTR* objectURL
);
[C++]
HRESULT put_URL(
BSTR objectURL
);
[C++]
Parameters objectURL [out, retval] objectURL is a parameter of type BSTR objectURL [in] objectURL is a parameter of type BSTR
Required if the MapServer object is obtained via an internet AGSServerConnection to a web service catalog.