CopyDirectoryTask.Destination Property

Namespace:  Microsoft.TeamFoundation.Build.Tasks
Assembly:  Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)

Syntax

'Declaration
<RequiredAttribute> _
Public Property Destination As String
[RequiredAttribute]
public string Destination { get; set; }
[RequiredAttribute]
public:
property String^ Destination {
    String^ get ();
    void set (String^ value);
}
[<RequiredAttribute>]
member Destination : string with get, set
function get Destination () : String 
function set Destination (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

CopyDirectoryTask Class

Microsoft.TeamFoundation.Build.Tasks Namespace