Click or drag to resize

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)
Syntax
C#
public List<CommentDTO> comments { get; set; }

Property Value

Type: ListCommentDTO
List of comments.
See Also