 | CommonVehicleDescriptorTypeIsMotorcycle Property |
A boolean value representing whether or not the vehicle is a motorcycle.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<bool> IsMotorcycle { get; set; }
Public Property IsMotorcycle As Nullable(Of Boolean)
Get
Set
function get IsMotorcycle () : Nullable<boolean>
function set IsMotorcycle (value : Nullable<boolean>)
function get_IsMotorcycle();
function set_IsMotorcycle(value);
Property Value
Type:
NullableBoolean
See Also