PhoneCallHistoryEntry.Address Property

Definition

Gets or sets the address book information for this phone call.

public:
 property PhoneCallHistoryEntryAddress ^ Address { PhoneCallHistoryEntryAddress ^ get(); void set(PhoneCallHistoryEntryAddress ^ value); };
PhoneCallHistoryEntryAddress Address();

void Address(PhoneCallHistoryEntryAddress value);
public PhoneCallHistoryEntryAddress Address { get; set; }
var phoneCallHistoryEntryAddress = phoneCallHistoryEntry.address;
phoneCallHistoryEntry.address = phoneCallHistoryEntryAddress;
Public Property Address As PhoneCallHistoryEntryAddress

Property Value

The address book information for the phone call.

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem

Applies to