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

See Also

Reference

Conflict Class

Microsoft.TeamFoundation.VersionControl.Client Namespace