Lyrics3TagRaw Property
Gets the raw string data of the Lyrics3 block.
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 string Raw { get; }
Public Overridable ReadOnly Property Raw As String
Get
Dim instance As Lyrics3Tag
Dim value As String
value = instance.Raw
public:
virtual property String^ Raw {
String^ get ();
}
abstract Raw : string with get
override Raw : string with get
No code example is currently available or this language may not be supported.
Property Value
String
The raw string data of the
Lyrics3 block.