Share via


WindowSearchBooleanOption.Value Property

Gets or sets the value of the Boolean option.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public Overridable Property Value As Boolean
public virtual bool Value { get; set; }
public:
virtual property bool Value {
    bool get ();
    void set (bool value);
}
abstract Value : bool with get, set 
override Value : bool with get, set
function get Value () : boolean 
function set Value (value : boolean)

Property Value

Type: System.Boolean
Returns the value of the option. True indicates check box is checked; false indicates check box is unchecked.

Implements

IVsWindowSearchBooleanOption.Value

.NET Framework Security

See Also

Reference

WindowSearchBooleanOption Class

Microsoft.VisualStudio.PlatformUI Namespace