I thought IEnumerable<Channels> would be more useful because it will tell you which channels the image contains. And with the help of Linq you can do the following:
p.s. Contact me through CodePlex if you would like a development build with this feature.
using (MagickImage image = new MagickImage("logo:")) { int bbp = image.Depth * image.Channels.Count(); }