MergeSource.IsRename Property

Gets a flag that describes whether this item is a 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 item is a rename; otherwise, false.

.NET Framework Security

See Also

Reference

MergeSource Class

Microsoft.TeamFoundation.VersionControl.Client Namespace