This documentation is archived and is not being maintained.

Conflict::YourItemType Property

Gets or sets your item type.

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

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

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client::ItemType
The type of your item.

Show: