 | CommonVehicleDescriptorTypeUsageType Property |
Whether the vehicle is used for commercial purposes.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<CommonVehicleUsageTypes> UsageType { get; set; }
Public Property UsageType As Nullable(Of CommonVehicleUsageTypes)
Get
Set
function get UsageType () : Nullable<CommonVehicleUsageTypes>
function set UsageType (value : Nullable<CommonVehicleUsageTypes>)
function get_UsageType();
function set_UsageType(value);
Property Value
Type:
NullableCommonVehicleUsageTypes
See Also