Gets or sets an object that contains data to associate with the slide.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

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

Field Value

An object that contains information that is associated with the slide.

Remarks

The Tag property can be used to store any object that you want to associate with a slide. When a map is saved, the Tag is not persisted in the map.

See Also