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