PhoneCallHistoryEntry.Address 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 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
|