This documentation is archived and is not being maintained.

BranchProperties::ParentBranch Property

Gets or sets the parent of this branch.

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

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

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client::ItemIdentifier
The parent of this branch. Null if there is no parent.

Show: