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.
Specifies the status approval type of an update.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Enumeration StatusApprovalType
'Usage
Dim instance As TaskManagement.StatusApprovalType
public enum StatusApprovalType
Members
| Member name | Description | |
|---|---|---|
| None | Value=0. No status. | |
| Accepted | Value=1. Update accepted. | |
| Rejected | Value=2. Update rejected. |
Remarks
For more information, see the QueueApplyStatusApprovals and UpdateStatusApprovals PSI methods.