Share via


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)

Syntax

'Declaration
Public ReadOnly Property IsTemporary As Boolean
public bool IsTemporary { get; }
public:
virtual property bool IsTemporary {
    bool get () sealed;
}
abstract IsTemporary : bool with get 
override IsTemporary : bool with get
final function get IsTemporary () : boolean

Property Value

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

Implements

IDiffItem.IsTemporary

.NET Framework Security

See Also

Reference

DiffItemLocalWorkspace Class

Microsoft.TeamFoundation.VersionControl.Client Namespace