PendingChange.Undone Property
Gets a flag that describes whether this pending change has been undone.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Undone As Boolean
public bool Undone { get; }
public:
property bool Undone {
bool get ();
}
member Undone : bool with get
function get Undone () : boolean
Property Value
Type: System.Boolean
True if the pending change has been undone; otherwise, false.
Remarks
This is significant for undoing a rename change because the source and target are swapped relative to the original pending change.
.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.