maxNumberOfTires property

int? maxNumberOfTires
getter/setter pair

Contains the maximum permitted number of tires. This property will be set if the VehicleSpecification.tiresCount exceeds the specified value.

Implementation

int? maxNumberOfTires;