Table of Contents

Struct CopyrightRegistrationNumberValue

Namespace
Veritas.IntellectualProperty
Assembly
Veritas.dll

Represents a validated copyright registration number.

public readonly struct CopyrightRegistrationNumberValue
Inherited Members

Constructors

CopyrightRegistrationNumberValue(string)

public CopyrightRegistrationNumberValue(string value)

Parameters

value string

Properties

Value

The normalized registration number.

public string Value { get; }

Property Value

string

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.