ResourcePropertySnapshot Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |