ItemModel.ChildItems Property

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

Syntax

'Declaration
<DataMemberAttribute(Name := "childItems", EmitDefaultValue := False)> _
Public Property ChildItems As IList(Of ItemModel)
[DataMemberAttribute(Name = "childItems", EmitDefaultValue = false)]
public IList<ItemModel> ChildItems { get; set; }
[DataMemberAttribute(Name = L"childItems", EmitDefaultValue = false)]
public:
property IList<ItemModel^>^ ChildItems {
    IList<ItemModel^>^ get ();
    void set (IList<ItemModel^>^ value);
}
[<DataMemberAttribute(Name = "childItems", EmitDefaultValue = false)>]
member ChildItems : IList<ItemModel> with get, set
function get ChildItems () : IList<ItemModel>
function set ChildItems (value : IList<ItemModel>)

Property Value

Type: System.Collections.Generic.IList<ItemModel>

.NET Framework Security

See Also

Reference

ItemModel Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace