Struct IcaoAirlineCodeValue
- Namespace
- Veritas.Transportation
- Assembly
- Veritas.dll
Represents a validated ICAO airline code.
public readonly struct IcaoAirlineCodeValue
- Inherited Members
Constructors
IcaoAirlineCodeValue(string)
Initializes a new instance of the IcaoAirlineCodeValue struct.
public IcaoAirlineCodeValue(string value)
Parameters
valuestringNormalized ICAO airline code.
Properties
Value
Gets the normalized ICAO airline code.
public string Value { get; }