Share via


BoolScopeValue(Boolean) Constructor

Definition

Constructs a ScopeValue with the passed in bool value.

public:
 BoolScopeValue(bool value);
public BoolScopeValue (bool value);
new Microsoft.VisualStudio.RemoteSettings.BoolScopeValue : bool -> Microsoft.VisualStudio.RemoteSettings.BoolScopeValue
Public Sub New (value As Boolean)

Parameters

value
Boolean

Applies to