 | SchedulePartialEntityStartMileage Property |
Gets or sets the start mileage.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Schedule
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<double> StartMileage { get; set; }
Public Property StartMileage As Nullable(Of Double)
Get
Set
Property Value
Type:
NullableDouble
The start mileage.
See Also