Click or drag to resize

TaxDTOSuccess Property

OFV Kjøretøydata service

Gets or sets a value indicating whether a service-method is success.

Namespace:  OfvService.DTO.Tax
Assembly:  OfvVehicleData.DTO (in OfvVehicleData.DTO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool Success { get; set; }

Property Value

Type: Boolean
true if success; otherwise, false.
See Also