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

IdentityAttributesType Property

Specifies the type of attribute.

Syntax

__property int IdentityAttributesType[int IdentityIndex] = {read=FIdentityAttributesType, write=FSetIdentityAttributesType};

Default Value

0

Remarks

Specifies the type of attribute. When calling GetIdentityAttributes either Notification or Verification attributes are retrieved. This property indicates which type the current attribute is. Possible values are:

AttributesTypeMeaning
0 Notification
1 Verification
2 None. This will be the case when ListIdentities is called. Only the IdentityName property will be populated.

Only some Attribute properties will be populated depending on the AttributesType. If the AttributesType is Notification (0) the following properties will be populated:

If the AttributesType is Verification (1) the following properties will be populated:

The size of the array is controlled by the IdentityCount property.

This property is read-only and not available at design time.

Data Type

Integer

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