Referencing Items in the OrderForm Object

Dictionary items are identified both by their names and by the section of the OrderForm object they are in. Thus, the cc_name item in the orderDictionary object is referenced as follows:

order.cc_name

Similarly, the elements of items in the itemsSimpleList object are prefixed with the word item:

item.SKU

This form of reference, while not necessarily technically accurate, allows for clarity of the description.

Copyright © 2005 Microsoft Corporation.
All rights reserved.