Returns an ActionDeltaItemCollection containing each ActionDeltaItem objects in the ActionDelta.
// get accessor ActionDeltaItemCollection rtn = ActionDelta.Items; |
/*
See the example on the documentation page for the ActionDelta object
*/
|