 | VehicleIsForeignCar Property |
[This is preliminary documentation and is subject to change.]
Signals if we have a foreign car here.
Namespace:
TrafficSimulation.Simulation.Contracts.DTO
Assembly:
TrafficSimulation.Simulation.Contracts (in TrafficSimulation.Simulation.Contracts.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxpublic bool IsForeignCar { get; set; }Public Property IsForeignCar As Boolean
Get
Set
public:
property bool IsForeignCar {
bool get ();
void set (bool value);
}member IsForeignCar : bool with get, set
Property Value
Type:
Boolean
See Also