maxNumberOfTires property
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;
Contains the maximum permitted number of tires. This property will be set if the VehicleSpecification.tiresCount exceeds the specified value.
int? maxNumberOfTires;