Class SandboxUri
public sealed record SandboxUri : IEquatable<SandboxUri>
- Inheritance
-
SandboxUri
- Implements
- Inherited Members
Constructors
SandboxUri(string)
public SandboxUri(string Value)
Parameters
Valuestring
Properties
Value
public string Value { get; init; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.