Gets or sets the associated short event identifier text.

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

Syntax

C#
public string EventCode { get; set; }
Visual Basic
Public Property EventCode As String
	Get
	Set
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