 | VehicleDebugInfo Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the debug information.
Namespace:
TrafficSimulation.Simulation.Contracts.DTO
Assembly:
TrafficSimulation.Simulation.Contracts (in TrafficSimulation.Simulation.Contracts.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxpublic string DebugInfo { get; set; }Public Property DebugInfo As String
Get
Set
public:
property String^ DebugInfo {
String^ get ();
void set (String^ value);
}member DebugInfo : string with get, set
Property Value
Type:
String
See Also