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
- 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.