BranchObject.RelatedBranches Property

Branches related with a merge relationship.

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)> _
Public Property RelatedBranches As List(Of ItemIdentifier)
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)]
public List<ItemIdentifier> RelatedBranches { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Private)]
public:
property List<ItemIdentifier^>^ RelatedBranches {
    List<ItemIdentifier^>^ get ();
    void set (List<ItemIdentifier^>^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)>]
member RelatedBranches : List<ItemIdentifier> with get, set
function get RelatedBranches () : List<ItemIdentifier>
function set RelatedBranches (value : List<ItemIdentifier>)

Property Value

Type: System.Collections.Generic.List<ItemIdentifier>
Returns List<T>.

.NET Framework Security

See Also

Reference

BranchObject Class

Microsoft.TeamFoundation.VersionControl.Server Namespace