VehicleDTOcomments Property |
OFV Kjøretøydata service
Represent general comments from table in database
Eg. equipment comments, technical data comments or comments on vehicle in general.
Namespace:
OfvService.DTO.Vehicle
Assembly:
OfvVehicleData.DTO (in OfvVehicleData.DTO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<CommentDTO> comments { get; set; }Property Value
Type:
ListCommentDTO
List of comments.
See Also