ExchangePlanSelection.<Name of the exchange plan>.Next
Syntax:
Returned value:
True indicates next item is selected; False indicates the end of selection has been reached.
Description:
Availability:
Example:
Selection = ExchangePlans.Main.Select(); While Selection.Next() Do Message("Node is written - " + Selection.Description); EndDo; |