 | CommonVehicleDescriptorTypePurchaseDate Property |
The date the vehicle was purchased.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<DateTime> PurchaseDate { get; set; }
Public Property PurchaseDate As Nullable(Of DateTime)
Get
Set
function get PurchaseDate () : Nullable<DateTime>
function set PurchaseDate (value : Nullable<DateTime>)
function get_PurchaseDate();
function set_PurchaseDate(value);
Property Value
Type:
NullableDateTime
See Also