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

Syntax

Visual Basic
<ProtoMemberAttribute(, IsRequired := False, Name := "string_value",  _
	DataFormat := DataFormat.Default)> _
Public Property StringValue As String
	Get
	Set
C#
[ProtoMemberAttribute(, IsRequired = false, Name = "string_value", 
	DataFormat = DataFormat.Default)]
public string StringValue { get; set; }
Visual C++
[ProtoMemberAttribute(, IsRequired = false, Name = L"string_value", 
	DataFormat = DataFormat::Default)]
public:
property String^ StringValue {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_stringValue();
function set_stringValue(value);

See Also