Convenience property to get the title of the associated Event.

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

Syntax

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

See Also