property TrkItemType | |
Syntax: | TrkItemType = object.TrkItemType |
Description: | Returns a TrkItemType object that belongs to this item. Example: Dim oTrkItemType As Object 'Assuming valid oTrkItem Object. ... ... Set oTrkItemType =
oTrkItem.TrkItemType() |