 | CommonVehicleDescriptorTypeHasRunFlatTires Property |
A boolean value representing whether or not the vehicle has "Run-Flat" tires.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<bool> HasRunFlatTires { get; set; }
Public Property HasRunFlatTires As Nullable(Of Boolean)
Get
Set
function get HasRunFlatTires () : Nullable<boolean>
function set HasRunFlatTires (value : Nullable<boolean>)
function get_HasRunFlatTires();
function set_HasRunFlatTires(value);
Property Value
Type:
NullableBoolean
See Also