CommonProjectConfiguration.FeedbackResponseWorkItems Property
Feedback Response Workitems Category
Namespace: Microsoft.TeamFoundation.ProcessConfiguration.Client
Assembly: Microsoft.TeamFoundation.ProjectManagement (in Microsoft.TeamFoundation.ProjectManagement.dll)
Syntax
'Declaration
Public Property FeedbackResponseWorkItems As WorkItemCategory
public WorkItemCategory FeedbackResponseWorkItems { get; set; }
public:
property WorkItemCategory^ FeedbackResponseWorkItems {
WorkItemCategory^ get ();
void set (WorkItemCategory^ value);
}
member FeedbackResponseWorkItems : WorkItemCategory with get, set
function get FeedbackResponseWorkItems () : WorkItemCategory
function set FeedbackResponseWorkItems (value : WorkItemCategory)
Property Value
Type: Microsoft.TeamFoundation.ProcessConfiguration.Client.WorkItemCategory
Returns WorkItemCategory.
.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
CommonProjectConfiguration Class
Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace