Share via


TfvcBranch.Parent Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False, Order := )> _
Public Property Parent As TfvcShallowBranchRef
[DataMemberAttribute(EmitDefaultValue = false, Order = )]
public TfvcShallowBranchRef Parent { get; set; }
[DataMemberAttribute(EmitDefaultValue = false, Order = )]
public:
property TfvcShallowBranchRef^ Parent {
    TfvcShallowBranchRef^ get ();
    void set (TfvcShallowBranchRef^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false, Order = )>]
member Parent : TfvcShallowBranchRef with get, set
function get Parent () : TfvcShallowBranchRef 
function set Parent (value : TfvcShallowBranchRef)

Property Value

Type: Microsoft.TeamFoundation.SourceControl.WebApi.TfvcShallowBranchRef

.NET Framework Security

See Also

Reference

TfvcBranch Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace