Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.