 | CommonVehicleDescriptorTypeInspectionDate Property |
An optional text representation of the isnpection date of the vehicle sold.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DateTime InspectionDate { get; set; }
Public Property InspectionDate As DateTime
Get
Set
function get InspectionDate () : DateTime
function set InspectionDate (value : DateTime)
function get_InspectionDate();
function set_InspectionDate(value);
Property Value
Type:
DateTime
See Also