This documentation is archived and is not being maintained.

Conflict::BaseItemType Property

Gets or sets the base item type.

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

public:
property ItemType BaseItemType {
	ItemType get ();
	void set (ItemType value);
}

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client::ItemType
The base item type.

Show: