This documentation is archived and is not being maintained.

Conflict::BaseItemId Property

Gets or sets the base item ID.

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

public:
property int BaseItemId {
	int get ();
	void set (int value);
}

Property Value

Type: System::Int32
The base item ID.

Show: