This documentation is archived and is not being maintained.

Item::IsContentDestroyed Property

Gets a flag that describes whether the content of the item was destroyed.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
property bool IsContentDestroyed {
	bool get ();
}

Property Value

Type: System::Boolean
True if the content of this file has been destroyed; otherwise, false.

Show: