Table of Contents

Struct KadastraleAanduidingValue

Namespace
Veritas.Geospatial.NL
Assembly
Veritas.dll

Represents a validated Dutch cadastral parcel identifier (Kadastrale Aanduiding).

public readonly struct KadastraleAanduidingValue
Inherited Members

Constructors

KadastraleAanduidingValue(string)

Initializes a new instance of the KadastraleAanduidingValue struct.

public KadastraleAanduidingValue(string value)

Parameters

value string

Normalized parcel identifier.

Properties

Value

Gets the normalized parcel identifier.

public string Value { get; }

Property Value

string