PendingChange.IsRollback Property

Gets a flag that describes whether this change is a pending rollback.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public ReadOnly Property IsRollback As Boolean
public bool IsRollback { get; }
public:
property bool IsRollback {
    bool get ();
}
member IsRollback : bool with get
function get IsRollback () : boolean

Property Value

Type: System.Boolean
True if this change is a pending rollback; otherwise, false.

.NET Framework Security

See Also

Reference

PendingChange Class

Microsoft.TeamFoundation.VersionControl.Client Namespace