Gets or sets the number of validation errors found.

Namespace: W3CValidationTasks.Core
Assembly: W3CValidationTasks.Core (in W3CValidationTasks.Core.dll) Version: 1.1.1.40

Collapse imageSyntax

C#
public int Errors { get; set; }
Visual Basic
Public Property Errors As Integer
	Get
	Set
Visual C++
public:
property int Errors {
	int get ();
	void set (int value);
}

Collapse imageSee Also