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


IWMSLayerDescription2.WMSVersion Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWMSLayerDescription2 Interface > IWMSLayerDescription2.WMSVersion Property
ArcGIS Developer Help

IWMSLayerDescription2.WMSVersion Property

WMS Version.

[Visual Basic .NET]
Public ReadOnly Property WMSVersion As String
[C#]
public string WMSVersion {get;}
[C++]
HRESULT get_WMSVersion(
  System.String* WMSVersion
);
[C++]
Parameters
WMSVersion [out, retval]

WMSVersion is a parameter of type BSTR*

Product Availability

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

See Also

IWMSLayerDescription2 Interface