The number of warnings in the collection

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

Syntax

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

See Also