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


IWMSServiceDescription.WMSName Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GISClient)  

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