ContactQueryOptions.AnnotationListIds 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 list to which you can add ContactAnnotationList.Id values for which to search.
public:
property IVector<Platform::String ^> ^ AnnotationListIds { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> AnnotationListIds();
public IList<string> AnnotationListIds { get; }
var iVector = contactQueryOptions.annotationListIds;
Public ReadOnly Property AnnotationListIds As IList(Of String)
Property Value
A list to which you can add ContactAnnotationList.Id values for which to search.
Windows requirements
App capabilities |
contactsSystem
|