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.3.0

Syntax

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

See Also