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
valuestring
Properties
Value
The normalized registration number.
public string Value { get; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.