ChapterCue.Id Property

Definition

Gets the identifier for the timed metadata track.

public:
 property Platform::String ^ Id { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Id();

void Id(winrt::hstring value);
public string Id { get; set; }
var string = chapterCue.id;
chapterCue.id = string;
Public Property Id As String

Property Value

String

Platform::String

winrt::hstring

The identifier for the timed metadata track.

Implements

Id

Applies to