Gets or sets a textual description for the Layer.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

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

Field Value

A string describing the Layer.

See Also