Amazon Integrator V6 - Online Help
Amazon Integrator V6
Questions / Feedback?

ItemIndex Property

The index of the current Item in the response.

Syntax

[VB.NET]
Public Property ItemIndex As Integer

[C#]
public int ItemIndex {get; set;}

Remarks

After parsing the XML received from the server, the component attempts to find a list of items in the response. When successful, the ItemCount will be a positive number greater than zero. When this occurs, and the user sets ItemIndex to a valid index, the XPath will be set to the path of the desired item.

This property is not available at design time.

Default Value

0

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0