This document is archived and information here might be outdated. Recommended version. |
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*