ID3v1TagTag Property
Gets the ID3v1 tag 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 ReadOnly Property Tag As Tag
Get
Dim instance As ID3v1Tag
Dim value As Tag
value = instance.Tag
public:
property Tag^ Tag {
Tag^ get ();
}
member Tag : Tag with get
No code example is currently available or this language may not be supported.
Property Value
Tag
A
Tag representing the
ID3v1 tag of the audio file.