Struct FlurstuecknummerValue
- Namespace
- Veritas.Geospatial.DE
- Assembly
- Veritas.dll
Represents a validated German land parcel number (Flurstücknummer).
public readonly struct FlurstuecknummerValue
- Inherited Members
Constructors
FlurstuecknummerValue(string)
Initializes a new instance of the FlurstuecknummerValue struct.
public FlurstuecknummerValue(string value)
Parameters
valuestringNormalized parcel number.
Properties
Value
Gets the normalized parcel number.
public string Value { get; }