This documentation is archived and is not being maintained.

BranchObject::RelatedBranches Property

Gets the branches that are related to this branch.

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

public:
property array<ItemIdentifier^>^ RelatedBranches {
	array<ItemIdentifier^>^ get ();
}

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client::ItemIdentifier>
The branches that are related to this branch.

Show: