MP3FileIsWriteable Property
Gets a value indicating whether the tags can be written or not in 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 bool IsWriteable { get; }
Public ReadOnly Property IsWriteable As Boolean
Get
Dim instance As MP3File
Dim value As Boolean
value = instance.IsWriteable
public:
property bool IsWriteable {
bool get ();
}
member IsWriteable : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean if the tags can be written in the audio file, otherwise,
.