Table of Contents

Struct MprnValue

Namespace
Veritas.Energy.GB
Assembly
Veritas.dll

Represents a validated UK Meter Point Reference Number (MPRN).

public readonly struct MprnValue
Inherited Members

Constructors

MprnValue(string)

Initializes a new instance of the MprnValue struct.

public MprnValue(string value)

Parameters

value string

The identifier string.

Properties

Value

Gets the normalized MPRN string.

public string Value { get; }

Property Value

string