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