get/set the name of the Layer. A Layer MUST contain a name.

Namespace:  EGIS.Mapbox.Vector.Tile
Assembly:  EGIS.Mapbox.Vector.Tile (in EGIS.Mapbox.Vector.Tile.dll)

Syntax

Visual Basic
Public Property Name As String
	Get
	Set
C#
public string Name { get; set; }
Visual C++
public:
property String^ Name {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_name();
function set_name(value);

Remarks

A Vector Tile MUST NOT contain multiple VectorTileLayers with the same Name

See Also