Conflict.TheirLastMergedVersion Property
Gets or sets their last merged version.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property TheirLastMergedVersion As Integer
public int TheirLastMergedVersion { get; set; }
public:
property int TheirLastMergedVersion {
int get ();
void set (int value);
}
member TheirLastMergedVersion : int with get, set
function get TheirLastMergedVersion () : int
function set TheirLastMergedVersion (value : int)
Property Value
Type: System.Int32
Their last merged version.
.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.