get/set the version of the VectorTileLayer. Default is 2

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

Syntax

Visual Basic
Public Property Version As UInteger
	Get
	Set
C#
public uint Version { get; set; }
Visual C++
public:
property unsigned int Version {
	unsigned int get ();
	void set (unsigned int value);
}
JavaScript
function get_version();
function set_version(value);

See Also