TfvcBranch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Runtime.Serialization.DataContract]
public class TfvcBranch : Microsoft.TeamFoundation.SourceControl.WebApi.TfvcBranchRef
type TfvcBranch = class
inherit TfvcBranchRef
Public Class TfvcBranch
Inherits TfvcBranchRef
- Inheritance
- Attributes
Constructors
| TfvcBranch() | |
| TfvcBranch(TfvcBranchRef) |
Properties
| Children |
List of children for the branch. |
| CreatedDate |
Creation date of the branch. (Inherited from TfvcBranchRef) |
| Description |
Description of the branch. (Inherited from TfvcBranchRef) |
| IsDeleted |
Is the branch deleted? (Inherited from TfvcBranchRef) |
| Links |
A collection of REST reference links. (Inherited from TfvcBranchRef) |
| Mappings |
List of branch mappings. |
| Owner |
Alias or display name of user (Inherited from TfvcBranchRef) |
| Parent |
Path of the branch's parent. |
| Path |
Path for the branch. (Inherited from TfvcShallowBranchRef) |
| RelatedBranches |
List of paths of the related branches. |
| Url |
URL to retrieve the item. (Inherited from TfvcBranchRef) |