GetProfile Method
This method returns the requested profile.
Syntax
[VB.NET] Public Sub GetProfile(ByVal ProfileId As String)
[C#] public void GetProfile(string profileId);
Remarks
Use this method to retrieve the specified recurring payments profile. This method takes a ProfileId parameter which specifies which profile the component will request from PayPal.
The details of the profile will be populated into various properties such as BillingDetails and CyclesCompleted.