Share via


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)

Syntax

'Declaration
ReadOnly Property IsTemporary As Boolean
bool IsTemporary { get; }
property bool IsTemporary {
    bool get ();
}
abstract IsTemporary : bool with get
function get IsTemporary () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

IDiffItem Interface

Microsoft.TeamFoundation.VersionControl.Client Namespace