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


IWMSLayerStyleDescription.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 > IWMSLayerStyleDescription Interface > IWMSLayerStyleDescription.Title Property
ArcGIS Developer Help

IWMSLayerStyleDescription.Title Property

Title of the WMS Style.

[Visual Basic .NET]
Public Sub Title ( _
    ByRef Title As String _
)
[C#]
public void Title (
    ref string Title
);
[C++]
HRESULT get_Title(
  System.String* Title
);
[C++]
Parameters
Title [out]

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 style.

See Also

IWMSLayerStyleDescription Interface