Gets or sets the destination directory.
In the NAnt script, that's set with the todir attribute.
Namespace: W3CValidationTasks
Assembly: W3CValidationTasks (in W3CValidationTasks.dll) Version: 1.1.1.40
Syntax
C# |
---|
public virtual string ToDirectory { get; set; } |
Visual Basic |
---|
Public Overridable Property ToDirectory As String Get Set |
Visual C++ |
---|
public: virtual property String^ ToDirectory { String^ get (); void set (String^ value); } |