Gets or sets the MapItem name.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

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

Field Value

The name of the MapItem.

Remarks

All MapItems have a name property. The name appears in the ArcGIS Explorer contents window when a MapItem is added to the map.

See Also