Gets a value indicating whether the file exists or not.

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

Collapse imageSyntax

C#
bool Exists { get; }
Visual Basic
ReadOnly Property Exists As Boolean
	Get
Visual C++
property bool Exists {
	bool get ();
}

Collapse imageSee Also