Share via


SystemMediaProperties.Year Property

Definition

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

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

Property Value

String

Platform::String

winrt::hstring

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

Applies to

See also