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

Syntax

Visual Basic
Public Property HasBoolValue As Boolean
	Get
	Set
C#
public bool HasBoolValue { get; set; }
Visual C++
public:
property bool HasBoolValue {
	bool get ();
	void set (bool value);
}
JavaScript
function get_hasBoolValue();
function set_hasBoolValue(value);

See Also