ResourcePropertySnapshot(String, Object) Constructor
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 ResourcePropertySnapshot (string Name, object? Value);
new Aspire.Hosting.ApplicationModel.ResourcePropertySnapshot : string * obj -> Aspire.Hosting.ApplicationModel.ResourcePropertySnapshot
Public Sub New (Name As String, Value As Object)
Parameters
- Name
- String
The name of the property.
- Value
- Object
The value of the property.