Table of Contents

Struct TrainUicNumberValue

Namespace
Veritas.Transportation
Assembly
Veritas.dll

Represents a validated UIC train number.

public readonly struct TrainUicNumberValue
Inherited Members

Constructors

TrainUicNumberValue(string)

Initializes a new instance of the TrainUicNumberValue struct.

public TrainUicNumberValue(string value)

Parameters

value string

Normalized UIC train number.

Properties

Value

Gets the normalized UIC train number.

public string Value { get; }

Property Value

string