 | CommonVehicleDescriptorTypeNADARetail Property |
The NADA retail price of the vehicle, which is required for pre-owned forms/programs.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<decimal> NADARetail { get; set; }
Public Property NADARetail As Nullable(Of Decimal)
Get
Set
function get NADARetail () : Nullable<decimal>
function set NADARetail (value : Nullable<decimal>)
function get_NADARetail();
function set_NADARetail(value);
Property Value
Type:
NullableDecimal
See Also