Gets or sets the file set to upload. This will be used only when the
SourceFile isn't set.
In the NAnt script, that's set with the
fileset attribute.
Namespace: W3CValidationTasksAssembly: W3CValidationTasks (in W3CValidationTasks.dll) Version: 1.1.1.40
Syntax
| C# |
|---|
public virtual FileSet CopyFileSet { get; set; } |
| Visual Basic |
|---|
Public Overridable Property CopyFileSet As FileSet
Get
Set |
| Visual C++ |
|---|
public:
virtual property FileSet^ CopyFileSet {
FileSet^ get ();
void set (FileSet^ value);
} |
Field Value
The file set to upload.
See Also