Share via


Resource(String) Constructor

Definition

Initializes a new instance of the Resource class.

protected Resource (string name);
new Aspire.Hosting.ApplicationModel.Resource : string -> Aspire.Hosting.ApplicationModel.Resource
Protected Sub New (name As String)

Parameters

name
String

The name of the resource.

Applies to