Convenience property to get the title of the associated Event.

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

Syntax

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

See Also