AgileProjectConfiguration.IterationBacklog Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Iteration Backlog

Namespace:  Microsoft.TeamFoundation.ProcessConfiguration.Client
Assembly:  Microsoft.TeamFoundation.ProjectManagement (in Microsoft.TeamFoundation.ProjectManagement.dll)

Syntax

'Declaration
Public Property IterationBacklog As IterationBacklogConfiguration
public IterationBacklogConfiguration IterationBacklog { get; set; }
public:
property IterationBacklogConfiguration^ IterationBacklog {
    IterationBacklogConfiguration^ get ();
    void set (IterationBacklogConfiguration^ value);
}
member IterationBacklog : IterationBacklogConfiguration with get, set
function get IterationBacklog () : IterationBacklogConfiguration 
function set IterationBacklog (value : IterationBacklogConfiguration)

Property Value

Type: Microsoft.TeamFoundation.ProcessConfiguration.Client.IterationBacklogConfiguration
Returns IterationBacklogConfiguration.

.NET Framework Security

See Also

Reference

AgileProjectConfiguration Class

Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace