This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataLayer2 Interface > IDataLayer2.DataSourceName Property (ArcObjects .NET 10.4 SDK) |
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