Project.IterationRootNodes Property

Gets the collection of iteration root nodes.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Public ReadOnly Property IterationRootNodes As NodeCollection
public NodeCollection IterationRootNodes { get; }
public:
property NodeCollection^ IterationRootNodes {
    NodeCollection^ get ();
}
member IterationRootNodes : NodeCollection with get
function get IterationRootNodes () : NodeCollection

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client.NodeCollection
Returns NodeCollection.

.NET Framework Security

See Also

Reference

Project Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace