The error message 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 string PrimaryErrorMessage { get; }
Visual Basic (Declaration)
Public ReadOnly Property PrimaryErrorMessage As String
Visual C++
public:
property String^ PrimaryErrorMessage {
	String^ get ();
}

See Also