ContactQueryOptions.ContactListIds Property

Definition

Gets a list to which you can add ContactList.Id values for which to search.

public:
 property IVector<Platform::String ^> ^ ContactListIds { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> ContactListIds();
public IList<string> ContactListIds { get; }
var iVector = contactQueryOptions.contactListIds;
Public ReadOnly Property ContactListIds As IList(Of String)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

A list to which you can add ContactList.Id values for which to search.

Windows requirements

App capabilities
contactsSystem

Applies to