Share via


DeleteWorkspace.ShouldSerializeDeleteLocalItems Method

Checks whether to serialize the DeleteLocalItems property as a XAML string.

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

Syntax

'Declaration
Public Function ShouldSerializeDeleteLocalItems As Boolean
public bool ShouldSerializeDeleteLocalItems()
public:
bool ShouldSerializeDeleteLocalItems()
member ShouldSerializeDeleteLocalItems : unit -> bool 
public function ShouldSerializeDeleteLocalItems() : boolean

Return Value

Type: System.Boolean
True to serialize the DeleteLocalItems property as a XAML string; otherwise, false.

.NET Framework Security

See Also

Reference

DeleteWorkspace Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace