Gets the associated collection of CBadge items.

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

Syntax

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

See Also