Skip to content
DocsTry Aspire
DocsTry

ResourcePropertySnapshot Constructors

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