Attributes.Retrieve
Overview
Returns an array of attributes belonging to the initialized subscriberSyntax
Attributes.Retrieve()
Example
var subObj = Subscriber.Init("SubKey");
var attributes = subObj.Attributes.Retrieve();
Attributes.Retrieve()
var subObj = Subscriber.Init("SubKey");
var attributes = subObj.Attributes.Retrieve();