This documentation is archived and is not being maintained.

BranchRelative::BranchToItem Property

Gets the BranchedTo item.

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

public:
property Item^ BranchToItem {
	Item^ get ();
}

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client::Item
The BranchedTo item. Null if the user does not have read permissions.

Show: