[This is preliminary documentation and is subject to change.]
Constructor that accepts values for all mandatory fields
| C# | Visual Basic | Visual C++ |
public Speedometer( DistanceUnit unit, string value )
Public Sub New ( _ unit As DistanceUnit, _ value As String _ )
public: Speedometer ( DistanceUnit^ unit, String^ value )
- unit (DistanceUnit)
- Units used in the speedometer reading.
- value (String)
- Gets or sets the content value of the <Speedometer> element