PhoneDialOptions.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 or types of media requested for a dial.
public:
property PhoneCallMedia Media { PhoneCallMedia get(); void set(PhoneCallMedia value); };
PhoneCallMedia Media();
void Media(PhoneCallMedia value);
public PhoneCallMedia Media { get; set; }
var phoneCallMedia = phoneDialOptions.media;
phoneDialOptions.media = phoneCallMedia;
Public Property Media As PhoneCallMedia
Property Value
The type or types of media requested for a dial.
Windows requirements
App capabilities |
phoneCallHistory
phoneCallHistorySystem
|