This documentation is archived and is not being maintained.

DiffItemLocalFile::IDiffItem::IsTemporary Property

Gets or sets a value that indicates whether local file is temporary file.

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

private:
virtual property bool IsTemporary {
	bool get () sealed = IDiffItem::IsTemporary::get;
}

Property Value

Type: System::Boolean
true if the local file is a temporary file; otherwise, false.

Implements

IDiffItem::IsTemporary

Show: