This documentation is archived and is not being maintained.

DiffItemLocalWorkspace::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)

public:
virtual property bool IsTemporary {
	bool get () sealed;
}

Property Value

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

Implements

IDiffItem::IsTemporary

Show: