Share via


AgileProjectConfiguration.ProductBacklog Property

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

Product Backlog configuration

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

AgileProjectConfiguration Class

Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace