Gets or sets a value indicating whether the validation succeeded and the requested document was found valid.

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

Collapse imageSyntax

C#
public bool IsValid { get; set; }
Visual Basic
Public Property IsValid As Boolean
	Get
	Set
Visual C++
public:
property bool IsValid {
	bool get ();
	void set (bool value);
}

Collapse imageSee Also