This documentation is archived and is not being maintained.

IDiffItem::IsTemporary Property

Gets a flag that describes whether the diff item is temporary.

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

property bool IsTemporary {
	bool get ();
}

Property Value

Type: System::Boolean
True if the diff item is temporary; otherwise, false.

Show: