SearchOptionDataSource::Value Property

 

Gets or sets the value for the search option. This property is only valid for Boolean search options.

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

public:
property bool Value {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

Returns the value of a Boolean search option.

Return to top
Show: