PhoneCallHistoryEntryAddress.ContactId プロパティ

定義

この連絡先の一意識別子を取得または設定します。

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

プロパティ値

String

Platform::String

winrt::hstring

このアドレス帳エントリの一意識別子。

Windows の要件

アプリの機能
phoneCallHistory phoneCallHistorySystem

適用対象