WorkItemResultGrid.WorkItemCollection Property

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)

Syntax

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

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemCollection
Returns WorkItemCollection.

.NET Framework Security

See Also

Reference

WorkItemResultGrid Class

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace