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.3.0

Syntax

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

See Also