SetBuildProperties.DropLocation Property

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

Syntax

'Declaration
Public Property DropLocation As String
public string DropLocation { get; set; }
public:
property String^ DropLocation {
    String^ get ();
    void set (String^ value);
}
member DropLocation : string with get, set
function get DropLocation () : String
function set DropLocation (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

SetBuildProperties Class

Microsoft.TeamFoundation.Build.Tasks Namespace