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