ArcObjects Library Reference (GISClient)  

IWMTSServiceDescription.WMTSTitle Property

Title of WMTS Service.

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

See Also

IWMTSServiceDescription Interface