Gets the count of associated CBadge items.

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

Syntax

C#
public int BadgeCount { get; }
Visual Basic
Public ReadOnly Property BadgeCount As Integer
	Get
Visual C++
public:
property int BadgeCount {
	int get ();
}

See Also