ArcObjects Library Reference (GeoDatabase)  

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(
  BSTR* 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