TextExpressionCompilerResults.HasErrors Property

Definition

Gets or sets a value that indicates whether the result has errors.

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

Property Value

true if the result has errors; otherwise, false.

Applies to