ProjectResource Constructors
ClassConstructors1 member
A resource that represents a specified .NET project.
Constructor(string)Section titled Constructor(string) Initializes a new instance of the
ProjectResource class. public class ProjectResource{ public ProjectResource( string name) { // ... }}Parameters
namestringThe name of the resource.