Gets or sets a value that describes the scope of the changes effected by a preference pane.

Namespace:  Gallio.UI.ControlPanel.Preferences
Assembly:  Gallio.UI (in Gallio.UI.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public PreferencePaneScope Scope { get; set; }
Visual Basic (Declaration)
Public Property Scope As PreferencePaneScope

Field Value

The scope. User by default.

See Also