Class ProjectGroupComponent
- Namespace
- Dassie.Configuration.ProjectGroups
- Assembly
- dc.dll
Represents a project group that is part of a project group.
[Serializable]
public class ProjectGroupComponent : Component
- Inheritance
-
ProjectGroupComponent
- Inherited Members
- Extension Methods
Constructors
ProjectGroupComponent(PropertyStore)
Initializes a new instance of the ConfigObject type backed by the specified PropertyStore.
public ProjectGroupComponent(PropertyStore store)
Parameters
storePropertyStore
Properties
Path
The path to the project group file.
public string Path { get; set; }