Table of Contents

Struct MeidValue

Namespace
Veritas.Telecom
Assembly
Veritas.dll

Represents a validated Mobile Equipment Identifier (MEID).

public readonly struct MeidValue
Inherited Members

Constructors

MeidValue(string)

Initializes a new instance of the MeidValue struct.

public MeidValue(string value)

Parameters

value string

The code string.

Properties

Value

Gets the normalized MEID string.

public string Value { get; }

Property Value

string