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

Syntax

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

See Also