Gets or sets the destination file. Used in conjuction with
SourceFile.
In the NAnt script, that's set with the
tofile attribute.
Namespace: W3CValidationTasksAssembly: W3CValidationTasks (in W3CValidationTasks.dll) Version: 1.1.1.40
Syntax
| C# |
|---|
public virtual string ToFile { get; set; } |
| Visual Basic |
|---|
Public Overridable Property ToFile As String
Get
Set |
| Visual C++ |
|---|
public:
virtual property String^ ToFile {
String^ get ();
void set (String^ value);
} |
Field Value
The destination file for a single file upload operation.
See Also