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.
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
- 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.