Gets or sets the default early registration fee for this CFunction object. This is PRICE_1 in the Product table.

Namespace:  Asi.iBO.Events
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public decimal DefaultEarlyFee { get; set; }
Visual Basic (Declaration)
Public Property DefaultEarlyFee As Decimal
Visual C++
public:
property Decimal DefaultEarlyFee {
	Decimal get ();
	void set (Decimal value);
}

See Also