CompilerErrorCollection.HasWarnings Property

Definition

Gets a value that indicates whether the collection contains warnings.

public:
 property bool HasWarnings { bool get(); };
public bool HasWarnings { get; }
member this.HasWarnings : bool
Public ReadOnly Property HasWarnings As Boolean

Property Value

true if the collection contains warnings; otherwise, false.

Applies to