Gets or sets the name of the geodatabase dataset which could be a feature class or raster.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public string DatasetName { get; set; }
Visual Basic (Declaration)
Public Property DatasetName As String

Field Value

The name of the geodatabase feature class or raster. For ArcSDE geodatabases fully qualify the name where required (e.g. "owner.rastername", "database.owner.featureclassname").

Remarks

Shapefiles and raster format files do not use this property as they are fully defined by the Path property.

See Also