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