AgileProjectConfiguration.IterationBacklog Property
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
- 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.
See Also
Reference
AgileProjectConfiguration Class
Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace