Gets the associated collection of CBadge items.

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

Syntax

C#
public CBadge[] Badges { get; }
Visual Basic (Declaration)
Public ReadOnly Property Badges As CBadge()
Visual C++
public:
property array<CBadge^>^ Badges {
	array<CBadge^>^ get ();
}

See Also