Namespace:  NHibernate
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Errors As ICollection
C#
public ICollection Errors { get; }
Visual C++
public:
property ICollection^ Errors {
	ICollection^ get ();
}
JavaScript
function get_errors();

See Also