ArcObjects Library Reference (GISClient)  

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