 | CommonVehicleDescriptorTypeAgeType Property |
Whether the vehicle is new, used, or certified pre-owned.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<CommonVehicleAgeTypes> AgeType { get; set; }
Public Property AgeType As Nullable(Of CommonVehicleAgeTypes)
Get
Set
function get AgeType () : Nullable<CommonVehicleAgeTypes>
function set AgeType (value : Nullable<CommonVehicleAgeTypes>)
function get_AgeType();
function set_AgeType(value);
Property Value
Type:
NullableCommonVehicleAgeTypes
See Also