GroupingIdentity

ID3V2TagFrameFlags.GroupingIdentity property

Gets a value indicating whether the frame belongs to a group of frames. If set a group identifier byte is added to the frame header. Every frame with the same group identifier belongs to the same group.

public bool GroupingIdentity { get; }

Property Value

true, if the frame belongs to a group of frames; otherwise, false.

See Also