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


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

IWMSServiceDescription.WMSName Property

Name of WMS Service.

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

Name is a parameter of type BSTR*

Product Availability

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

Remarks

Name is text used to identify a WMS service for machine-to-machine communication.

See Also

IWMSServiceDescription Interface