 | CommonVehicleDescriptorTypeMSRP Property |
The MSRP of the vehicle.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<decimal> MSRP { get; set; }
Public Property MSRP As Nullable(Of Decimal)
Get
Set
function get MSRP () : Nullable<decimal>
function set MSRP (value : Nullable<decimal>)
function get_MSRP();
function set_MSRP(value);
Property Value
Type:
NullableDecimal
See Also