MP3FileCorruptionReasons Property
Gets the reasons, if any, for which the file is corrupt.
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 IEnumerable<string> CorruptionReasons { get; }
Public ReadOnly Property CorruptionReasons As IEnumerable(Of String)
Get
Dim instance As MP3File
Dim value As IEnumerable(Of String)
value = instance.CorruptionReasons
public:
property IEnumerable<String^>^ CorruptionReasons {
IEnumerable<String^>^ get ();
}
member CorruptionReasons : IEnumerable<string> with get
No code example is currently available or this language may not be supported.
Property Value
IEnumerableString
The reasons, if any, for which the file is corrupt.