property RefID | |
Syntax: | String =
object.RefID object.RefID = String |
Description: | The RefID is the field to search for a specific reference 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.RefID = "A1" MsgBox oTrkItemAgent.RefId oTrkItemAgent.Execute oTrkItems |