Gets or sets the source file. If set, only this file will be copied.
In the NAnt script, that's set with the file attribute.
Namespace: W3CValidationTasksAssembly: W3CValidationTasks (in W3CValidationTasks.dll) Version: 1.1.1.40
Syntax
| C# |
|---|
public virtual FileInfo SourceFile { get; set; } |
| Visual Basic |
|---|
Public Overridable Property SourceFile As FileInfo Get Set |
| Visual C++ |
|---|
public: virtual property FileInfo^ SourceFile { FileInfo^ get (); void set (FileInfo^ value); } |