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

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

Syntax

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

See Also