 | CommonVehicleDescriptorTypeNumberOfWheels Property |
An optional integer representation of the number of wheels covered. Required for certain Service Group contracts.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int NumberOfWheels { get; set; }
Public Property NumberOfWheels As Integer
Get
Set
function get NumberOfWheels () : int
function set NumberOfWheels (value : int)
function get_NumberOfWheels();
function set_NumberOfWheels(value);
Property Value
Type:
Int32
See Also