ID3v2TagAlbum Property
Gets or sets the Album 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 override string Album { get; set; }
Public Overrides Property Album As String
Get
Set
Dim instance As ID3v2Tag
Dim value As String
value = instance.Album
instance.Album = value
public:
virtual property String^ Album {
String^ get () override;
void set (String^ value) override;
}
abstract Album : string with get, set
override Album : string with get, set
No code example is currently available or this language may not be supported.
Property Value
String
The
Album metatada field of the audio file.