 | VehicleCheckVehicleSafetyCheckPartialEntityVehicleCheckGuid Property |
Gets or sets the vehicle check unique identifier.
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<Guid> VehicleCheckGuid { get; set; }
Public Property VehicleCheckGuid As Nullable(Of Guid)
Get
Set
Property Value
Type:
NullableGuid
The vehicle check unique identifier.
See Also