Share via


Conflict.TheirVersionFrom Property

Is the version from of the source item of the conflict This is the next version from the base version.

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

Syntax

'Declaration
Public Property TheirVersionFrom As Integer
public int TheirVersionFrom { get; set; }
public:
property int TheirVersionFrom {
    int get ();
    void set (int value);
}
member TheirVersionFrom : int with get, set
function get TheirVersionFrom () : int 
function set TheirVersionFrom (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

Conflict Class

Microsoft.TeamFoundation.VersionControl.Server Namespace