Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Sub New ( _
    branchRef As TfvcBranchRef _
)
public TfvcBranch(
    TfvcBranchRef branchRef
)
public:
TfvcBranch(
    TfvcBranchRef^ branchRef
)
new : 
        branchRef:TfvcBranchRef -> TfvcBranch
public function TfvcBranch(
    branchRef : TfvcBranchRef
)
Parameters
- branchRef
 Type: Microsoft.TeamFoundation.SourceControl.WebApi.TfvcBranchRef
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.