Namespace:
EGIS.Mapbox.Vector.Tile
Assembly:
EGIS.Mapbox.Vector.Tile (in EGIS.Mapbox.Vector.Tile.dll)
Syntax
Visual Basic |
---|
<ProtoMemberAttribute(, IsRequired := True, Name := "name", DataFormat := DataFormat.Default)> _
Public Property Name As String
Get
Set |
C# |
---|
[ProtoMemberAttribute(, IsRequired = true, Name = "name", DataFormat = DataFormat.Default)]
public string Name { get; set; } |
Visual C++ |
---|
[ProtoMemberAttribute(, IsRequired = true, Name = L"name", DataFormat = DataFormat::Default)]
public:
property String^ Name {
String^ get ();
void set (String^ value);
} |
JavaScript |
---|
function get_name();
function set_name(value); |
See Also