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


IWMSLayerDescription.Title Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWMSLayerDescription Interface > IWMSLayerDescription.Title Property
ArcGIS Developer Help

IWMSLayerDescription.Title Property

Title of WMS layer.

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

See Also

IWMSLayerDescription Interface