Table of Contents

Struct ImoCallSignValue

Namespace
Veritas.Transportation
Assembly
Veritas.dll

Represents a validated IMO call sign.

public readonly struct ImoCallSignValue
Inherited Members

Constructors

ImoCallSignValue(string)

Initializes a new instance of the ImoCallSignValue struct.

public ImoCallSignValue(string value)

Parameters

value string

Normalized call sign.

Properties

Value

Gets the normalized call sign.

public string Value { get; }

Property Value

string