Share via


BaseUIHierarchy.HierarchyDataObject.WasCut Property

Gets or sets a flag describing whether this data was cut.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

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

Property Value

Type: System.Boolean
True if the data was cut; otherwise, false.

.NET Framework Security

See Also

Reference

BaseUIHierarchy.HierarchyDataObject Class

Microsoft.TeamFoundation.Common Namespace