Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Private ReadOnly Property IsTemporary As Boolean 
    Implements IDiffItem.IsTemporary
'Usage
Dim instance As DiffItemPendingChangeBase 
Dim value As Boolean 
value = CType(instance, IDiffItem).IsTemporary
bool IDiffItem.IsTemporary { get; }
private:
virtual property bool IsTemporary {
    bool get () sealed = IDiffItem::IsTemporary::get;
}
JScript does not support explicit interface implementations.
Property Value
Type: System.Boolean
Implements
.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.
See Also
Reference
DiffItemPendingChangeBase Class