PendingChange.IsRename Property

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

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

PendingChange Class

Microsoft.TeamFoundation.VersionControl.Client Namespace