The error number of the primary error in the collection

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

Syntax

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

Remarks

-1 is returned if there are no errors.

See Also