Gets or sets the CEU type for this CFunction object. This is CEU_TYPE in the Product_Function table.

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

Syntax

C#
public string CeuType { get; set; }
Visual Basic (Declaration)
Public Property CeuType As String
Visual C++
public:
property String^ CeuType {
	String^ get ();
	void set (String^ value);
}

See Also