Skip to content
Docs Try Aspire

ProjectResource Constructors

Class Constructors 1 member
A resource that represents a specified .NET project.
Initializes a new instance of the ProjectResource class.
public class ProjectResource
{
public ProjectResource(
string name)
{
// ...
}
}
name string The name of the resource.