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


IWMTSLayer.DataSourceName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IWMTSLayer.DataSourceName Property

WMTS Connection Name.

[Visual Basic .NET]
Public Property DataSourceName As IName
[C#]
public IName DataSourceName {get; set;}
[C++]
HRESULT get_DataSourceName(
  IName** ppConnectionName
);
[C++]
HRESULT put_DataSourceName(
  IName* ppConnectionName
);
[C++]

Parameters ppConnectionName [out, retval]
ppConnectionName is a parameter of type IName ppConnectionName [in]
ppConnectionName is a parameter of type IName

Product Availability

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

See Also

IWMTSLayer Interface