Table of Contents

Struct MpanValue

Namespace
Veritas.Energy.GB
Assembly
Veritas.dll

Represents a validated UK Meter Point Administration Number (MPAN).

public readonly struct MpanValue
Inherited Members

Constructors

MpanValue(string)

Initializes a new instance of the MpanValue struct.

public MpanValue(string value)

Parameters

value string

The identifier string.

Properties

Value

Gets the normalized MPAN string.

public string Value { get; }

Property Value

string