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(
  BSTR* 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