Share via


PhoneCallHistoryEntryAddress.ContactId Property

Definition

Gets or sets the unique identifier for this contact.

public:
 property Platform::String ^ ContactId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ContactId();

void ContactId(winrt::hstring value);
public string ContactId { get; set; }
var string = phoneCallHistoryEntryAddress.contactId;
phoneCallHistoryEntryAddress.contactId = string;
Public Property ContactId As String

Property Value

String

Platform::String

winrt::hstring

The unique identifier for this address book entry.

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem

Applies to