Table of Contents

Struct ZpnValue

Namespace
Veritas.Energy.DE
Assembly
Veritas.dll

Represents a validated German metering point number (ZPN) identifier.

public readonly struct ZpnValue
Inherited Members

Constructors

ZpnValue(string)

Initializes a new instance of the ZpnValue struct.

public ZpnValue(string value)

Parameters

value string

The identifier string.

Properties

Value

Gets the normalized ZPN identifier string.

public string Value { get; }

Property Value

string