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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.