Gets or sets the email address that identifies your business with PayPal.

Namespace:  C1.Web.C1PayPal
Assembly:  C1.Web.C1PayPal.2 (in C1.Web.C1PayPal.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
[CategoryAttribute("Behavior")]
[BindableAttribute(true)]
[DescriptionAttribute("Your PayPal account (you can set one up at www.paypal.com)")]
public string Business { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("")> _
<CategoryAttribute("Behavior")> _
<BindableAttribute(True)> _
<DescriptionAttribute("Your PayPal account (you can set one up at www.paypal.com)")> _
Public Property Business As String

Remarks

This is the address you enter when you set up your PayPal merchant account, and is used by PayPal to notify you after transactions occur.

See Also