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