Reporting.WSSReportingSyncTypes Enumeration
Specifies the synchronization types (issues, risks, and deliverables) for the Reporting database, with the SharePoint site for a project workspace.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration WSSReportingSyncTypes
'Usage
Dim instance As Reporting.WSSReportingSyncTypes
[FlagsAttribute]
public enum WSSReportingSyncTypes
Members
Member name | Description | |
---|---|---|
Issues | Value=1. Synchronize the Issues list. | |
Risks | Value=2. Synchronize the Risks list. | |
Deliverables | Value=4. Synchronize the Deliverables list. | |
All | Value=7. Synchronize all types. The value is the hexadecimal result of Issues OR Risks OR Deliverables. |