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


IWMSLayer2.WMSServiceDescription Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWMSLayer2 Interface > IWMSLayer2.WMSServiceDescription Property
ArcGIS Developer Help

IWMSLayer2.WMSServiceDescription Property

Associated WMSServiceDescription.

[Visual Basic .NET]
Public ReadOnly Property WMSServiceDescription As IWMSServiceDescription
[C#]
public IWMSServiceDescription WMSServiceDescription {get;}
[C++]
HRESULT get_WMSServiceDescription(
  IWMSServiceDescription** ServiceDescription
);
[C++]
Parameters
ServiceDescription [out, retval]

ServiceDescription is a parameter of type IWMSServiceDescription**

Product Availability

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

See Also

IWMSLayer2 Interface