Request.TargetsC Property
Request.TargetsC (read-write, Collection)
COM-compatible variant of the Targets property.
Syntax
Request.TargetsC [= Collection]
The property syntax has these parts:
Part |
Description |
Value (Collection) |
COM-compatible variant of the Targets property. |
Remarks
Use this variant from scripting languages and other COM clients. The Targets property is a .NET "generic" (strictly typed) collection that cannot be used from COM.
[p]Use Request.TargetsC.Add(Target) to add Target objects to the Request.[/p]
Copyright © 2000-2014, Robert B. Denny, Mesa, AZ