ParentBranchName property
Use this property to set and retrieve the parent branch from which newly created branches get their initial baseline.
The newly created branch inherits the baselines and annotations of the parent. If no parent is defined, then the new branch will inherit the baselines from the default branch.
Syntax
string value; // give relevant initial value
eyes.ParentBranchName = value;
value = eyes.ParentBranchName
Type:string