Class OpaqueIdValue
public sealed record OpaqueIdValue : SandboxValue, IEquatable<SandboxValue>, IEquatable<OpaqueIdValue>
- Inheritance
-
OpaqueIdValue
- Implements
- Inherited Members
Constructors
OpaqueIdValue(string, string)
public OpaqueIdValue(string TypeName, string Value)
Parameters
Properties
Type
public override SandboxType Type { get; }
Property Value
TypeName
public string TypeName { get; init; }
Property Value
Value
public string Value { get; init; }