SystemMediaProperties.Writer Property

Definition

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

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

Property Value

String

Platform::String

winrt::hstring

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

Applies to

See also