ArcObjects Library Reference (GISClient)  

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