Property Flags | |
Syntax: | long = object.Flags object.Flags = long |
Description: | The Flags property specifies which if the item and all attributes should be returned or just the item id. This property can be set/get as the following example shows. Example: Dim oTrkItemAgent As Object Dim oTrkItems As Object Dim oTrkItem As Object Set oTrkItemAgent =
CreateObject("Tracker.TrkItemAgent") oTrkItemAgent.Flags = 1 oTrkItemAgent.Execute oTrkItems |