Gets the registrant's full name as it will print on the registrant's badges and labels. It is in the format Prefix FirstName MiddleName LastName, Suffix, Designation. For example: Mr. John C. Doe, Jr., PhD

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

Syntax

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

See Also