 | CommonVehicleDescriptorTypeMileage Property |
The number of miles on the vehicle at the time of warranty/warranties sale.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<int> Mileage { get; set; }
Public Property Mileage As Nullable(Of Integer)
Get
Set
function get Mileage () : Nullable<int>
function set Mileage (value : Nullable<int>)
function get_Mileage();
function set_Mileage(value);
Property Value
Type:
NullableInt32
See Also