Class ProjectGroup.TargetList
- Namespace
- Dassie.Configuration.ProjectGroups
- Assembly
- dc.dll
Represents a list of targets.
[Serializable]
public class ProjectGroup.TargetList : ConfigObject
- Inheritance
-
ProjectGroup.TargetList
- Inherited Members
- Extension Methods
Constructors
TargetList(PropertyStore)
Initializes a new instance of the ConfigObject type backed by the specified PropertyStore.
public TargetList(PropertyStore store)
Parameters
storePropertyStore
Properties
Targets
An array of XML nodes representing the deployment targets of a project group.
public XmlNode[] Targets { get; set; }
Property Value
- XmlNode[]