Share via


ResourcePropertySnapshot Class

Definition

A snapshot of the resource property.

public sealed class ResourcePropertySnapshot : IEquatable<Aspire.Hosting.ApplicationModel.ResourcePropertySnapshot>
type ResourcePropertySnapshot = class
    interface IEquatable<ResourcePropertySnapshot>
Public NotInheritable Class ResourcePropertySnapshot
Implements IEquatable(Of ResourcePropertySnapshot)
Inheritance
ResourcePropertySnapshot
Implements

Constructors

ResourcePropertySnapshot(String, Object)

A snapshot of the resource property.

Properties

Name

The name of the property.

Value

The value of the property.

Methods

<Clone>$()
Deconstruct(String, Object)
Equals(Object)
Equals(ResourcePropertySnapshot)
GetHashCode()
ToString()

Operators

Equality(ResourcePropertySnapshot, ResourcePropertySnapshot)
Inequality(ResourcePropertySnapshot, ResourcePropertySnapshot)

Applies to