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

Syntax

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

See Also