Click or drag to resize
BroccoliSharp BroConfigurationDomain Property
Gets or sets current domain for use in a configuration file.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public static string Domain { get; set; }

Property Value

Type: String
Remarks
Broccoli's configuration files are divided into sections. The beginning of each config can have an unnamed section that will be used by default. Case is irrelevant. By setting Domain to null, the default domain will be selected.
See Also