PhoneCallHistoryEntryQueryOptions.SourceIds Property

Definition

Get the query filter based on the source ID of the phone call entry.

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

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

The list of PhoneCallHistoryEntry.SourceId that are part of the filter.

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem

Applies to