The name of the class. The valid class names in an Encyclopedia are Diagrams, Symbols and Definitions. Also known as the Major Type.
Parameters
Data type: String
Read-only
Example
Dim coll As SACollection, i As Integer Set coll = sa.Encyclopedia.metamodel.MetaClasses For i = 1 To coll.Count Debug.Print coll.Item(i).ClassName Next i