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

Syntax

Visual Basic
<ProtoMemberAttribute(, IsRequired := False, Name := "int_value",  _
	DataFormat := DataFormat.TwosComplement)> _
Public Property IntValue As Long
	Get
	Set
C#
[ProtoMemberAttribute(, IsRequired = false, Name = "int_value", DataFormat = DataFormat.TwosComplement)]
public long IntValue { get; set; }
Visual C++
[ProtoMemberAttribute(, IsRequired = false, Name = L"int_value", DataFormat = DataFormat::TwosComplement)]
public:
property long long IntValue {
	long long get ();
	void set (long long value);
}
JavaScript
function get_intValue();
function set_intValue(value);

See Also