SRConstants.SubmitStatus enumeration
Specifies the submit state of the status report.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Enumeration SubmitStatus
'Usage
Dim instance As SRConstants.SubmitStatus
public enum SubmitStatus
Members
Member name | Description | |
---|---|---|
New | Value=0. The status report is new. | |
Saved | Value=1. The status report is saved. | |
Updated | Value=2. The status report is updated. | |
Sent | Value=3. The status report is sent. | |
SentUpdated | Value=4. The updated status report is sent. |