Table of Contents

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

store PropertyStore

Properties

Path

The path to the project group file.

public string Path { get; set; }

Property Value

string