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

SimpledbItem Type

Represents a single SimpleDB Item.

Remarks

This collection is used in the SimpleDB component.

Fields

AttrCount
Integer

Number of attributes for the current item.

AttrIndex
Integer

The index of the selected attribute of the current item. AttrIndex valid values are from 0 to (AttrCount - 1).

AttrName
String

The name of the attribute selected by AttrIndex.

AttrReplace
Boolean

The replace flag of the attribute selected by AttrIndex. The default value is False. Set this to True to replace an attribute.

AttrValue
String

The value of the attribute selected by AttrIndex.

Name
String

The name of the SimpleDB item.

Constructors

[VB.NET]
Public SimpledbItem()

[C#]
public SimpledbItem();



[VB.NET]
Public SimpledbItem(ByVal Name As String)

[C#]
public SimpledbItem(string name);



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