BoolScopeValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A bool ScopeValue
public ref class BoolScopeValue sealed : Microsoft::VisualStudio::RemoteSettings::ScopeValue
public sealed class BoolScopeValue : Microsoft.VisualStudio.RemoteSettings.ScopeValue
type BoolScopeValue = class
inherit ScopeValue
Public NotInheritable Class BoolScopeValue
Inherits ScopeValue
- Inheritance
Constructors
BoolScopeValue(Boolean) |
Constructs a ScopeValue with the passed in bool value. |