ModuleListPageSearchOptions.ShowAll 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 a value indicating whether all the items in the module list should be shown.
public:
property bool ShowAll { bool get(); };
public bool ShowAll { get; }
member this.ShowAll : bool
Public ReadOnly Property ShowAll As Boolean
Property Value
true
if a search should return all values; otherwise, false
.
Remarks
This property is set in the constructor. When you perform a search with the ShowAll property set to true
, the Text and Field property values are not used to filter the list pages.