ArcObjects Library Reference (Carto)  

IWMSGroupLayer.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

IWMSGroupLayer Interface