property Class | |
Syntax: | String =
object.Class object.Class = String |
Description: | Represents Item type class. Example: Dim oTrkItemType As Object ... ... Set oTrkItemType = oTADBRoot.TrkItemTypes.Item("Body
Component") MsgBox "Item Type Class:" &
oTrkItemType.Class" ... ... |