ArcObjects Library Reference (GISClient)  

IWMTSServiceDescription.WMTSName Property

Name of WMTS Service.

[Visual Basic .NET]
Public ReadOnly Property WMTSName As String
[C#]
public string WMTSName {get;}
[C++]
HRESULT get_WMTSName(
  BSTR* Name
);
[C++]

Parameters

Name [out, retval]   Name is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IWMTSServiceDescription Interface