PhoneCallHistoryEntry.SourceId Propriété

Définition

Obtient ou définit l’identificateur de la source de l’appel téléphonique.

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

Valeur de propriété

String

Platform::String

winrt::hstring

Identificateur de la source de l’appel téléphonique.

Configuration requise pour Windows

Fonctionnalités de l’application
phoneCallHistory phoneCallHistorySystem

S’applique à