This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInDatasetInfo Interface > IPlugInDatasetInfo.LocalDatasetName Property (ArcObjects .NET 10.5 SDK) |
The name of the dataset within the workspace.
[Visual Basic .NET] Public ReadOnly Property LocalDatasetName As String
[C#] public string LocalDatasetName {get;}
[C++]
HRESULT get_LocalDatasetName(
BSTR* localName
);
[C++]
Parameters localName [out, retval] localName is a parameter of type BSTR
Returns the local name of this dataset. This is the name that will show up in ArcCatalog, and that will be passed to the OpenDataset method of the workspace.