PhoneCallHistoryEntry.SourceId 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 or sets the identifier for the source of the phone call.
public:
property Platform::String ^ SourceId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring SourceId();
void SourceId(winrt::hstring value);
public string SourceId { get; set; }
var string = phoneCallHistoryEntry.sourceId;
phoneCallHistoryEntry.sourceId = string;
Public Property SourceId As String
Property Value
The identifier for the source of the phone call.
Windows requirements
App capabilities |
phoneCallHistory
phoneCallHistorySystem
|