 | ChassisPartialEntityChassisId Property |
Gets or sets the chassis identifier.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Booking
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<int> ChassisId { get; set; }
Public Property ChassisId As Nullable(Of Integer)
Get
Set
Property Value
Type:
NullableInt32
The chassis identifier.
See Also