PhoneCallHistoryEntry.Media 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 type of media associated with a call.
public:
property PhoneCallHistoryEntryMedia Media { PhoneCallHistoryEntryMedia get(); void set(PhoneCallHistoryEntryMedia value); };
PhoneCallHistoryEntryMedia Media();
void Media(PhoneCallHistoryEntryMedia value);
public PhoneCallHistoryEntryMedia Media { get; set; }
var phoneCallHistoryEntryMedia = phoneCallHistoryEntry.media;
phoneCallHistoryEntry.media = phoneCallHistoryEntryMedia;
Public Property Media As PhoneCallHistoryEntryMedia
Property Value
The media associated with a call.
Windows requirements
App capabilities |
phoneCallHistory
phoneCallHistorySystem
|