ValidationStore enumeration
Specifies the Project Server database in which to do validation.
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 ValidationStore
'Usage
Dim instance As ValidationStore
[FlagsAttribute]
public enum ValidationStore
Members
Member name | Description | |
---|---|---|
WorkingStore | Value=1. Validate in the Draft database. | |
PublishedStore | Value=2. Validate in the Published database. | |
VersionsStore | Value=4. | |
ReportingStore | Value=8. Validate in the Reporting database. | |
All | Value=65,535. Validate in all databases. |