ProjectProcessConfiguration.WorkItemColors 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 WorkItemColors As WorkItemColor()
public WorkItemColor[] WorkItemColors { get; set; }
public:
property array<WorkItemColor^>^ WorkItemColors {
array<WorkItemColor^>^ get ();
void set (array<WorkItemColor^>^ value);
}
member WorkItemColors : WorkItemColor[] with get, set
function get WorkItemColors () : WorkItemColor[]
function set WorkItemColors (value : WorkItemColor[])
Property Value
Type: array<Microsoft.TeamFoundation.ProcessConfiguration.Client.WorkItemColor[]
.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
ProjectProcessConfiguration Class
Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace