Get Component Descriptions

I am exporting the name of each component in a solidworks assembly using VBA.  I am able to get the name of it using the the Component.Name property.  How do I get the component description?  I am looking to get the string that is in the Component Properties dialog box labeled "Component Properties".  I would like to get this regardless of whether it is suppressed, hidden or shown.

SolidworksApi macros