SystemMediaTransportControlsDisplayUpdater.AppMediaId 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 media id of the app.
public:
property Platform::String ^ AppMediaId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring AppMediaId();
void AppMediaId(winrt::hstring value);
public string AppMediaId { get; set; }
var string = systemMediaTransportControlsDisplayUpdater.appMediaId;
systemMediaTransportControlsDisplayUpdater.appMediaId = string;
Public Property AppMediaId As String
Property Value
The media id.