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.900 (2.0.0.900)

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

Relate Topics:
  ArcSDEConnectionProperties Property
  DataSourceType Property
  Path Property
Created by Atop CHM to web converter,© 2009 all right reserved.