This documentation is archived and is not being maintained.

BranchRelative::BranchFromItem Property

Gets the BranchedFrom item.

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

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

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client::Item
The BranchedFrom item, or null if the user does not have read permissions.

Show: