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