 | CommonContractTypeHasRunFlatTires Property |
A flag indicating 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 bool HasRunFlatTires { get; set; }
Public Property HasRunFlatTires As Boolean
Get
Set
function get HasRunFlatTires () : boolean
function set HasRunFlatTires (value : boolean)
function get_HasRunFlatTires();
function set_HasRunFlatTires(value);
Property Value
Type:
Boolean
See Also