Composers

ID3V2Tag.Composers property

Gets or sets the composers. The names are separated with the “/” character. This value is represented by the TCOM frame.

public string Composers { get; set; }

Property Value

The composers. The names are separated with the “/” character.

See Also