This documentation is archived and is not being maintained.

BranchObject::ChildBranches Property

Gets the child branches of this branch.

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

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

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client::ItemIdentifier>
The child branches of this branch.

Show: