We can use the following code to get a component it’s default (metadata defined by tridion) metadata.
int publicationID = 1;
int componentID = 213;
Tridion.ContentDelivery.Meta.ComponentMetaFactory f = new ComponentMetaFactory(publicationID);... Read the full text.