Table of Contents

Class Project

Namespace
Dassie.Configuration.ProjectGroups
Assembly
dc.dll

Represents a project that is part of a project group.

[Serializable]
public class Project : Component
Inheritance
Project
Inherited Members
Extension Methods

Constructors

Project(PropertyStore)

Initializes a new instance of the ConfigObject type backed by the specified PropertyStore.

public Project(PropertyStore store)

Parameters

store PropertyStore

Properties

Path

The path to the project file.

public string Path { get; set; }

Property Value

string