This document is archived and information here might be outdated.  Recommended version.


IImageServerObjectLANProxy.ServiceURL Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IImageServerObjectLANProxy.ServiceURL Property

The AIS Service URL.

[Visual Basic .NET]
Public ReadOnly Property ServiceURL As String
[C#]
public string ServiceURL {get;}
[C++]
HRESULT get_ServiceURL(
  BSTR* pServiceURL
);
[C++]

Parameters pServiceURL [out, retval] pServiceURL is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IImageServerObjectLANProxy Interface