Gets or sets the CEU amount for this CFunction object. This is CEU_AMOUNT in the Product_Function table.

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

Syntax

C#
public double CeuAmount { get; set; }
Visual Basic (Declaration)
Public Property CeuAmount As Double
Visual C++
public:
property double CeuAmount {
	double get ();
	void set (double value);
}

See Also