Gets all form values returned from PayPal IPN notifications.
| C# | Visual Basic | Visual C++ |
public NameValueCollection RawData { get; private set; }
Public Property RawData As NameValueCollection
public: property NameValueCollection^ RawData { NameValueCollection^ get (); void set (NameValueCollection^ value); }
This property provides access to the PayPal IPN Forms collection of post variables. You can use these variables to provide a custom implementation of this component.
For example, you can use this property to handle new IPN variables defined by PayPal and not included in this components strong typing classes.
