Comments

ID3V2Tag.Comments property

Gets or sets the user comments. This value is represented by the COMM frame. The frame is intended for any kind of full text information that does not fit in any other frame.

public ID3V2CommentFrame[] Comments { get; set; }

Property Value

The user comments.

See Also