Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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
Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace