property Class | |
Syntax: | LONG*pnClass = object.Class |
Description: | The Class property is the class of the named hold. This class value of a hold is 2. Example: Dim oTrkItemAgent As Object Dim oTrkItems As Object Dim oTrkHold As Object Dim oTrkHolds As Object Set oTrkItemAgent =
CreateObject("Tracker.TrkItemAgent") oTrkItemAgent.Execute oTrkItems Set oTrkItem = oTrkItems.Item(1) Set oTrkHolds = oTrkItem.Holds Set oTrkHold = oTrkHolds.Item(1) msgbox oTrkHold.Class |