ArcObjects Library Reference (Carto)  

IImageServerLayer2.ServiceInfo Property

The image service info xml.

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

Parameters

pServiceInfo [out, retval]   pServiceInfo is a parameter of type BSTR

Product Availability

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

See Also

IImageServerLayer2 Interface