Share via


ResourcePropertySnapshot(String, Object) Constructor

Definition

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.

Applies to