Gets the identifier of the contact person for this registration.

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

Syntax

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

See Also