CommonProjectConfiguration.FeedbackRequestWorkItems Property

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

Feedback Request Workitems Category

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

CommonProjectConfiguration Class

Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace