Code:
blahblah.SetContainerType((int) class1.ContainterTypes.CT_XML);
works.

Just so I know, can someone explain why I have to cast to int since there is a reference to the class that contains the enumeration? I would think the cast would be unnecessary.

thanks.