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