TimedMetadataTrack.Id Property

Definition

Gets the identifier for the timed metadata track.

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = timedMetadataTrack.id;
Public ReadOnly Property Id As String

Property Value

String

Platform::String

winrt::hstring

The identifier for the track.

Implements

Id

Remarks

You can specify a value for the Id property in the TimedMetadataTrack constructor.

Applies to