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

See Also