WindowSearchBooleanOption.Value Property

Definition

Gets or sets the value of the Boolean option.

public:
 virtual property bool Value { bool get(); void set(bool value); };
public:
 virtual property bool Value { bool get(); void set(bool value); };
public virtual bool Value { get; set; }
member this.Value : bool with get, set
Public Overridable Property Value As Boolean

Property Value

Returns the value of the option. True indicates check box is checked; false indicates check box is unchecked.

Implements

Applies to