ProfileId Property
The id of the profile.
Syntax
[VB.NET] Public ReadOnlyProperty ProfileId As String
[C#] public string ProfileId {get;}
Remarks
This property contains a profile id as assigned by PayPal. When CreateProfile is called, this property will be populated with a new ProfileId returned from PayPal. Future profile operations will use this id to specify which profile to perform the operation on.
This property is read-only.
Default Value
""