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


IDataLayer2.DataSourceName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IDataLayer2.DataSourceName Property

Name of the data object for the layer.

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

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

Product Availability

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

See Also

IDataLayer2 Interface