The number of warnings in the collection

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

Syntax

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

See Also