WindowSearchBooleanOption.Value Property
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.
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.