Sdílet prostřednictvím


TfvcBranch.RelatedBranches 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 RelatedBranches As List(Of TfvcShallowBranchRef)
[DataMemberAttribute(EmitDefaultValue = false, Order = )]
public List<TfvcShallowBranchRef> RelatedBranches { get; set; }
[DataMemberAttribute(EmitDefaultValue = false, Order = )]
public:
property List<TfvcShallowBranchRef^>^ RelatedBranches {
    List<TfvcShallowBranchRef^>^ get ();
    void set (List<TfvcShallowBranchRef^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false, Order = )>]
member RelatedBranches : List<TfvcShallowBranchRef> with get, set
function get RelatedBranches () : List<TfvcShallowBranchRef>
function set RelatedBranches (value : List<TfvcShallowBranchRef>)

Property Value

Type: System.Collections.Generic.List<TfvcShallowBranchRef>

.NET Framework Security

See Also

Reference

TfvcBranch Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace