Gets or sets the type of the badge. The list of pre-defined types is defined in the iMIS system setup. It does not have to be one of the pre-defined types.

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

Syntax

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

Remarks

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

See Also