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


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

IIMSMapLayer.Connection Property

The service.

[Visual Basic .NET]
Public ReadOnly Property Connection As IIMSServiceDescription
[C#]
public IIMSServiceDescription Connection {get;}
[C++]
HRESULT get_Connection(
  IIMSServiceDescription** Service
);
[C++]
Parameters
Service [out, retval]

Service is a parameter of type IIMSServiceDescription**

Product Availability

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

See Also

IIMSMapLayer Interface