Gets or sets a unique identifier for the MapItem.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

C#
public Guid Id { get; set; }
Visual Basic (Declaration)
Public Property Id As Guid

Field Value

A GUID that represents a unique identifier for the MapItem.

See Also