WorkItemCategory.States Property

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

States associated with Workitem category

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

Syntax

'Declaration
Public Property States As State()
public State[] States { get; set; }
public:
property array<State^>^ States {
    array<State^>^ get ();
    void set (array<State^>^ value);
}
member States : State[] with get, set
function get States () : State[]
function set States (value : State[])

Property Value

Type: array<Microsoft.TeamFoundation.ProcessConfiguration.Client.State[]
Returns State.

.NET Framework Security

See Also

Reference

WorkItemCategory Class

Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace