SystemMediaProperties.Producer Property

Definition

Gets the name of the System.Media.Producer property (one of the Windows media file properties.

public:
 property Platform::String ^ Producer { Platform::String ^ get(); };
winrt::hstring Producer();
public string Producer { get; }
var string = systemMediaProperties.producer;
Public ReadOnly Property Producer As String

Property Value

String

Platform::String

winrt::hstring

The name of the System.Media.Producer file property.

Applies to

See also