[This is preliminary documentation and is subject to change.]

Gets a value that indicates whether the collection contains errors.

Namespace:  Phoenix.Collections
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public virtual bool HasErrors { get; }
Public Overridable ReadOnly Property HasErrors As Boolean
public:
virtual property bool HasErrors {
	bool get ();
}

See Also