ICustomerSearch.DisplayInQuickAccessSearchList 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 Boolean value that specifies whether the search control should be accessible via a quick access display.
public:
property bool DisplayInQuickAccessSearchList { bool get(); };
public bool DisplayInQuickAccessSearchList { get; }
member this.DisplayInQuickAccessSearchList : bool
Public ReadOnly Property DisplayInQuickAccessSearchList As Boolean
Property Value
True
if the search control should be accessible via a quick access display, otherwise false
.