SystemMediaProperties.Duration Property

Definition

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

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

Property Value

String

Platform::String

winrt::hstring

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

Applies to

See also