Struct ChipsParticipantIdValue
Represents a validated CHIPS participant identifier.
public readonly struct ChipsParticipantIdValue
- Inherited Members
Constructors
ChipsParticipantIdValue(string)
Initializes a new instance of the ChipsParticipantIdValue struct.
public ChipsParticipantIdValue(string value)
Parameters
valuestringNormalized CHIPS participant identifier.
Properties
Value
Gets the normalized CHIPS participant identifier.
public string Value { get; }