Gets or sets the directory to which you want to move the files.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property DestinationFolder As ITaskItem |
C# |
---|
public ITaskItem DestinationFolder { get; set; } |
C++ |
---|
public property ITaskItem DestinationFolder sealed { ITaskItem get(); void set(ITaskItem value); } |
J# |
---|
/** property */ public ITaskItem get_DestinationFolder(); /** property */ public void set_DestinationFolder(ITaskItem value); |
JScript |
---|
public function get DestinationFolder() : ITaskItem public function set DestinationFolder(value : ITaskItem); |
Property Value
The destination folder.
See Also
Documentation version 1.0.0.0.