Request.Targets Property

 Request.Targets  (read-write, Collection)
 
A collection of Target objects for this Request

Syntax

Request.Targets [= Collection]

The property syntax has these parts:

Part Description
Value (Collection) A collection of Target objects for this Request

Remarks

Use Request.Targets.Add(Target) to add Target objects. When using from a Windows script (Jscript, VBScript) or other COM client, use the COM compatible TargetsC property.