Response Property
Response to the verification.
Syntax
[VB.NET] Public ReadOnlyProperty Response As String
[C#] public string Response {get;}
Remarks
This property is filled after a call to the VerifyIPN method, and will contain either "VERIFIED" or "INVALID", which indicates whether the Instant Payment Notification received was indeed from PayPal.
This property is read-only.
Default Value
""