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.
List of child branches
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 ChildBranches As List(Of ItemIdentifier)
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)]
public List<ItemIdentifier> ChildBranches { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Private)]
public:
property List<ItemIdentifier^>^ ChildBranches {
List<ItemIdentifier^>^ get ();
void set (List<ItemIdentifier^>^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)>]
member ChildBranches : List<ItemIdentifier> with get, set
function get ChildBranches () : List<ItemIdentifier>
function set ChildBranches (value : List<ItemIdentifier>)
Property Value
Type: System.Collections.Generic.List<ItemIdentifier>
Returns List<T>.
.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.