 | VehicleTypePartialEntityIsAutoLoadVehicleStoredTares Property |
Gets or sets the auto load vehicle stored tares value.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Vehicle
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<bool> IsAutoLoadVehicleStoredTares { get; set; }
Public Property IsAutoLoadVehicleStoredTares As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBoolean
The auto load vehicle stored tares value.
See Also