The name of the default ContextSettings configuration block.

Namespace:  Mindscape.LightSpeed.Configuration
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
[ConfigurationPropertyAttribute("default")]
public string Default { get; }
Visual Basic (Declaration)
<ConfigurationPropertyAttribute("default")> _
Public ReadOnly Property Default As String

See Also