ContactQueryOptions.IncludeContactsFromHiddenLists 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 a Boolean value that indicates whether the query results should include contacts from lists that are not shown in the user interface.
public:
property bool IncludeContactsFromHiddenLists { bool get(); void set(bool value); };
bool IncludeContactsFromHiddenLists();
void IncludeContactsFromHiddenLists(bool value);
public bool IncludeContactsFromHiddenLists { get; set; }
var boolean = contactQueryOptions.includeContactsFromHiddenLists;
contactQueryOptions.includeContactsFromHiddenLists = boolean;
Public Property IncludeContactsFromHiddenLists As Boolean
Property Value
Boolean
bool
true
if the query results should include contacts from lists that are not shown in the user interface; otherwise, false
.
Windows requirements
App capabilities |
contactsSystem
|