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


IImageServerObjectLANProxy.ServiceURL Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerObjectLANProxy Interface > IImageServerObjectLANProxy.ServiceURL Property
ArcGIS Developer Help

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(
  System.String* 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