Gets or sets the title of the CFunction for this CRegistrationLineItem.

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

Syntax

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

See Also