This documentation is archived and is not being maintained.

BranchObjectOwnership::RootItem Property

Gets or sets the root item of this branch.

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

public:
property ItemIdentifier^ RootItem {
	ItemIdentifier^ get ();
	void set (ItemIdentifier^ value);
}

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client::ItemIdentifier
The root item of this branch.

Show: