Share via


ProjectInfo.Status Field

The status of the project

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

Syntax

'Declaration
Public Status As ProjectState
'Usage
Dim instance As ProjectInfo 
Dim value As ProjectState 

value = instance.Status 

instance.Status = value
public ProjectState Status
public:
ProjectState Status
public var Status : ProjectState

Remarks

The Status property is specified by a T:Microsoft.TeamFoundation.Server.ProjectState enumeration, indicating whether the project is new, well-formed, or being deleted.

.NET Framework Security

See Also

Reference

ProjectInfo Class

ProjectInfo Members

Microsoft.TeamFoundation.Server Namespace