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