 | CommonVehicleDescriptorTypeHasChromeWheels Property |
A boolean value representing whether or not the vehicle has chrome(d) or chrome-clad wheels.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<bool> HasChromeWheels { get; set; }
Public Property HasChromeWheels As Nullable(Of Boolean)
Get
Set
function get HasChromeWheels () : Nullable<boolean>
function set HasChromeWheels (value : Nullable<boolean>)
function get_HasChromeWheels();
function set_HasChromeWheels(value);
Property Value
Type:
NullableBoolean
See Also