This documentation is archived and is not being maintained.

GettingEventArgs::IsDelete Property

Gets a flag that describes whether the Get operation will perform a delete action.

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

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

Property Value

Type: System::Boolean
True if the Get operation will perform a delete action; otherwise, false.

Show: