Namespace: 
   EGIS.Mapbox.Vector.Tile
    Assembly:
   EGIS.Mapbox.Vector.Tile (in EGIS.Mapbox.Vector.Tile.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| <ProtoMemberAttribute(, IsRequired := False, Name := "bool_value",  _
	DataFormat := DataFormat.Default)> _
Public Property BoolValue As Boolean
	Get
	Set | 
| C# | 
|---|
| [ProtoMemberAttribute(, IsRequired = false, Name = "bool_value", DataFormat = DataFormat.Default)]
public bool BoolValue { get; set; } | 
| Visual C++ | 
|---|
| [ProtoMemberAttribute(, IsRequired = false, Name = L"bool_value", 
	DataFormat = DataFormat::Default)]
public:
property bool BoolValue {
	bool get ();
	void set (bool value);
} | 
| JavaScript | 
|---|
| function get_boolValue();
function set_boolValue(value); | 
 See Also
See Also