IterationBacklogConfiguration.WorkItemCountLimit Property
A hard limit on the number of work items that will be displayed on the agile boards
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
Returns Int32.
.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
IterationBacklogConfiguration Class
Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace