Table of Contents

Class Import

Namespace
Dassie.Configuration
Assembly
dc.dll

Represents an imported configuration file.

[Serializable]
public class Import : ConfigObject
Inheritance
Import
Inherited Members
Extension Methods

Constructors

Import(PropertyStore)

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

public Import(PropertyStore store)

Parameters

store PropertyStore

Properties

Path

The path to the imported configuration file.

public string Path { get; set; }

Property Value

string