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

Gets a value that indicates whether the collection contains warnings.

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

Syntax

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

See Also