ArcObjects Library Reference (Carto)  

IImageServerLayer2.ServiceProperties Property

The image service properties xml.

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

Parameters

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

Product Availability

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

See Also

IImageServerLayer2 Interface