ResourcePropertySnapshot Constructors
Record Constructors 1 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
Name string The name of the property. Value object? The value of the property.