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

ItemCount Property

The total number of items in the response.

Syntax

[VB.NET]
Public ReadOnlyProperty ItemCount As Integer

[C#]
public int ItemCount {get;}

Remarks

The component parses the XML received from the server. If the component is able to find a list of items in the response, the count of items will be stored here. The type of items the component found will be populated in the ItemType property. If the component is unable to find a list of items, ItemCount will be 0.

This property is read-only.

Default Value

0

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