TrackNumber

ID3V2Tag.TrackNumber property

Gets or sets a numeric string containing the order number of the audio-file on its original recording. This value is represented by the TRCK frame.

public string TrackNumber { get; set; }

Property Value

A numeric string containing the order number of the audio-file on its original recording

See Also