Namespace:
EGIS.Mapbox.Vector.Tile
Assembly: EGIS.Mapbox.Vector.Tile (in EGIS.Mapbox.Vector.Tile.dll)
Assembly: EGIS.Mapbox.Vector.Tile (in EGIS.Mapbox.Vector.Tile.dll)
Syntax
Visual Basic |
---|
Public Property HasStringValue As Boolean Get Set |
C# |
---|
public bool HasStringValue { get; set; } |
Visual C++ |
---|
public: property bool HasStringValue { bool get (); void set (bool value); } |
JavaScript |
---|
function get_hasStringValue(); function set_hasStringValue(value); |