 | VehicleType Property |
[This is preliminary documentation and is subject to change.]
The type of the vehicle
Namespace:
TrafficSimulation.Simulation.Contracts.DTO
Assembly:
TrafficSimulation.Simulation.Contracts (in TrafficSimulation.Simulation.Contracts.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxpublic VehicleType Type { get; set; }Public Property Type As VehicleType
Get
Set
public:
property VehicleType Type {
VehicleType get ();
void set (VehicleType value);
}member Type : VehicleType with get, set
Property Value
Type:
VehicleType
See Also