 | CommonVehicleDescriptorTypeYear Property |
The year in which the vehicle sold was manufactured.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<int> Year { get; set; }
Public Property Year As Nullable(Of Integer)
Get
Set
function get Year () : Nullable<int>
function set Year (value : Nullable<int>)
function get_Year();
function set_Year(value);
Property Value
Type:
NullableInt32
See Also