Table of Contents

Struct FaaNNumberValue

Namespace
Veritas.Transportation
Assembly
Veritas.dll

Represents a validated FAA N-number.

public readonly struct FaaNNumberValue
Inherited Members

Constructors

FaaNNumberValue(string)

Initializes a new instance of the FaaNNumberValue struct.

public FaaNNumberValue(string value)

Parameters

value string

Normalized FAA N-number.

Properties

Value

Gets the normalized FAA N-number.

public string Value { get; }

Property Value

string