Class BuildLogOptions
- Namespace
- Dassie.Configuration
- Assembly
- dc.dll
Represents a list of build log devices.
[Serializable]
public class BuildLogOptions : ConfigObject
- Inheritance
-
BuildLogOptions
- Inherited Members
- Extension Methods
Constructors
BuildLogOptions(PropertyStore)
Initializes a new instance of the ConfigObject type backed by the specified PropertyStore.
public BuildLogOptions(PropertyStore store)
Parameters
storePropertyStore
Properties
Elements
A list of XML elements representing the build log devices to enable.
public List<XmlElement> Elements { get; set; }