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


IWMSServiceDescription.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 > IWMSServiceDescription Interface > IWMSServiceDescription.WMSVersion Property
ArcGIS Developer Help

IWMSServiceDescription.WMSVersion Property

Version of WMS Service.

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

Title is a parameter of type BSTR*

Product Availability

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

See Also

IWMSServiceDescription Interface