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


IPlugInDatasetInfo.LocalDatasetName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInDatasetInfo Interface > IPlugInDatasetInfo.LocalDatasetName Property
ArcGIS Developer Help

IPlugInDatasetInfo.LocalDatasetName Property

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(
  System.String* localName
);
[C++]
Parameters
localName [out, retval]

localName is a parameter of type BSTR*

Product Availability

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

Description

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.

See Also

IPlugInDatasetInfo Interface