Attributes.Retrieve

Returns an array of attributes that are associated with a subscriber.

Syntax 

Attributes.Retrieve()

Example 

To use this function, first initialize the subscriber by using the Subscriber.Init() function.

1var subObj = Subscriber.Init("SubKey");
2var attributes = subObj.Attributes.Retrieve();