ProvPrimer.newBranch Method

Initialize a new Branch object.
Public Function newBranch() As Branch
This language is not supported or no code example is available.
public Branch newBranch()
This language is not supported or no code example is available.

Return Value

Branch
Example
 
 var pri = new ProvPrimer("primerUser", "primerParssowrd", false);
 ProvPrimer.Branch branch = pri.newBranch;
 					
This language is not supported or no code example is available.
 Dim pri As ProvPrimer = New ProvPrimer("primerUser", "primerParssowrd", False)
 Dim branch As ProvPrimer.Branch = pri.newBranch
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition