Gets or sets the file to delete. In the NAnt script, that's set with the file attribute.

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

Collapse imageSyntax

C#
public virtual string File { get; set; }
Visual Basic
Public Overridable Property File As String
	Get
	Set
Visual C++
public:
virtual property String^ File {
	String^ get ();
	void set (String^ value);
}

Field Value

The remote file to delete.

Collapse imageSee Also