Share via


ContactQueryOptions.IncludeContactsFromHiddenLists Property

Definition

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

Applies to