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

Syntax

Visual Basic
<ProtoMemberAttribute(, IsRequired := False, Name := "id", DataFormat := DataFormat.TwosComplement)> _
Public Property Id As ULong
	Get
	Set
C#
[ProtoMemberAttribute(, IsRequired = false, Name = "id", DataFormat = DataFormat.TwosComplement)]
public ulong Id { get; set; }
Visual C++
[ProtoMemberAttribute(, IsRequired = false, Name = L"id", DataFormat = DataFormat::TwosComplement)]
public:
property unsigned long long Id {
	unsigned long long get ();
	void set (unsigned long long value);
}
JavaScript
function get_id();
function set_id(value);

See Also