Gets or sets the code (key) representing the CEvent to which this CRegistrationLineItem belongs.

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