Gets or sets the associated short event identifier text.

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

Syntax

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

Remarks

If this is a new registration and the event is already full, an error is reported when this property is set.

See Also