Gets the event code for this CFunction object. This is PRODUCT_MAJOR in the Product table.

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

Syntax

C#
public string EventCode { get; }
Visual Basic (Declaration)
Public ReadOnly Property EventCode As String
Visual C++
public:
property String^ EventCode {
	String^ get ();
}

See Also