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