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


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

IWMSServiceDescription.WMSTitle Property

Title of WMS Service.

[Visual Basic .NET]
Public ReadOnly Property WMSTitle As String
[C#]
public string WMSTitle {get;}
[C++]
HRESULT get_WMSTitle(
  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.

Remarks

Title is the user-friendly text used to identify a WMS service.

See Also

IWMSServiceDescription Interface