ItemModel.ChildItems Property

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

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property ChildItems As IList(Of ItemModel)
[DataMemberAttribute(EmitDefaultValue = false)]
public IList<ItemModel> ChildItems { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property IList<ItemModel^>^ ChildItems {
    IList<ItemModel^>^ get ();
    void set (IList<ItemModel^>^ value);
}
[<DataMemberAttribute(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 Namespace