Table of Contents

Struct AsnValue

Namespace
Veritas.Telecom
Assembly
Veritas.dll

Represents a validated Autonomous System Number (ASN).

public readonly struct AsnValue
Inherited Members

Constructors

AsnValue(uint)

Initializes a new instance of the AsnValue struct.

public AsnValue(uint value)

Parameters

value uint

The parsed ASN.

Properties

Value

Gets the numeric ASN value.

public uint Value { get; }

Property Value

uint