ProjectState Enumeration

Specifies constants that define the state of a project

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration ProjectState
'Usage
Dim instance As ProjectState
[SerializableAttribute]
public enum ProjectState
[SerializableAttribute]
public enum class ProjectState
public enum ProjectState

Members

Member name Description
New The project is new.
WellFormed The project is well-formed.
Deleting The project is being deleted.

See Also

Reference

Microsoft.TeamFoundation.Server Namespace