Skip to content
Docs Try Aspire

ResourcePropertySnapshot Constructors

Record Constructors 1 member
A snapshot of the resource property.
A snapshot of the resource property.
public record ResourcePropertySnapshot
{
public ResourcePropertySnapshot(
string Name,
object? Value)
{
// ...
}
}
Name string The name of the property.
Value object? The value of the property.