BuildDropProvider.SupportsArchive Property

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Property SupportsArchive As Boolean
public bool SupportsArchive { get; internal set; }
public:
property bool SupportsArchive {
    bool get ();
    internal: void set (bool value);
}
member SupportsArchive : bool with get, internal set
function get SupportsArchive () : boolean 
internal function set SupportsArchive (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

BuildDropProvider Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace