Table of Contents

Struct PrmValue

Namespace
Veritas.Energy.FR
Assembly
Veritas.dll

Represents a validated French PRM identifier.

public readonly struct PrmValue
Inherited Members

Constructors

PrmValue(string)

Initializes a new instance of the PrmValue struct.

public PrmValue(string value)

Parameters

value string

The identifier string.

Properties

Value

Gets the normalized PRM identifier string.

public string Value { get; }

Property Value

string