APEv2TagTrack Property
Gets or sets the Track metatada field of the audio file.
Namespace: DevCase.ThirdParty.TagLibSharpAssembly: DevCase.net48.ThirdParty.TagLibSharp (in DevCase.net48.ThirdParty.TagLibSharp.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public int Track { get; set; }
Public Property Track As Integer
Get
Set
Dim instance As APEv2Tag
Dim value As Integer
value = instance.Track
instance.Track = value
public:
property int Track {
int get ();
void set (int value);
}
member Track : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32
The
Track metatada field of the audio file, or
-1 if the field is not set.