Gets or sets the number that will print in the upper right-hand corner of a registrant's badges and labels

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

Syntax

C#
public string DelegateNumber { get; set; }
Visual Basic
Public Property DelegateNumber As String
	Get
	Set
Visual C++
public:
property String^ DelegateNumber {
	String^ get ();
	void set (String^ value);
}

Remarks

If the supplied value is greater than 10 characters in length an error is reported.

See Also