Namespace: 
   EGIS.Mapbox.Vector.Tile
    Assembly:
   EGIS.Mapbox.Vector.Tile (in EGIS.Mapbox.Vector.Tile.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| <ProtoMemberAttribute(, IsRequired := False, Name := "sint_value",  _
	DataFormat := DataFormat.ZigZag)> _
Public Property SintValue As Long
	Get
	Set | 
| C# | 
|---|
| [ProtoMemberAttribute(, IsRequired = false, Name = "sint_value", DataFormat = DataFormat.ZigZag)]
public long SintValue { get; set; } | 
| Visual C++ | 
|---|
| [ProtoMemberAttribute(, IsRequired = false, Name = L"sint_value", 
	DataFormat = DataFormat::ZigZag)]
public:
property long long SintValue {
	long long get ();
	void set (long long value);
} | 
| JavaScript | 
|---|
| function get_sintValue();
function set_sintValue(value); | 
 See Also
See Also