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