BacklogCategoryConfiguration.WorkItemCountLimit Property

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

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

Syntax

'Declaration
Public Property WorkItemCountLimit As Integer
public int WorkItemCountLimit { get; set; }
public:
property int WorkItemCountLimit {
    int get ();
    void set (int value);
}
member WorkItemCountLimit : int with get, set
function get WorkItemCountLimit () : int 
function set WorkItemCountLimit (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

BacklogCategoryConfiguration Class

Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace