The error number of the primary error in the collection

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

Syntax

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

Remarks

-1 is returned if there are no errors.

See Also