PhoneCallHistoryEntryQueryOptions.SourceIds 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.
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
The list of PhoneCallHistoryEntry.SourceId that are part of the filter.
Windows requirements
App capabilities |
phoneCallHistory
phoneCallHistorySystem
|