Gets or sets a flag indicating whether to delete local items.
Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
声明
<BrowsableAttribute(True)> _
Public Property DeleteLocalItems As InArgument(Of Boolean)
    Get
    Set
[BrowsableAttribute(true)]
public InArgument<bool> DeleteLocalItems { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<bool>^ DeleteLocalItems {
    InArgument<bool>^ get ();
    void set (InArgument<bool>^ value);
}
[<BrowsableAttribute(true)>]
member DeleteLocalItems : InArgument<bool> with get, set
function get DeleteLocalItems () : InArgument<boolean>
function set DeleteLocalItems (value : InArgument<boolean>)
Property Value
Type: System.Activities.InArgument<Boolean>
True to delete local items; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace