ValidationItemType enumeration

Office 2013 and later

Specifies the type of 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)

No code example is currently available or this language may not be supported.

Member nameDescription
ProjectDataValue=1. Project data.
ProjectWssDataValue=2. SharePoint data for a project.
ResourceValue=4 Resource.
UserValue=8. User.
CustomFieldValue=16. Custom field.
ReportingTimetableValue=32. Reporting timetable.
TimesheetValue=64. Timesheet.
TimesheetClassValue=128. Timesheet class.
TimesheetStatusValue=256. Timesheet status.
TimesheetPeriodValue=512. Timesheet period.
TimesheetPeriodStatusValue=1,024. Timesheet period status.
LookupTableValue=2,048. Lookup table.
CalendarValue=4,096. Calendar.
WorkflowPhasesValue=8,192. Workflow phases.
WorkflowStagesValue=16,384. Workflow stages.
EnterpriseProjectTypesValue=32,768. Enterprise project types.
ProjectWorkflowStatusDataValue=65,536. Project workflow status data.
TimesheetCustomFieldValue=131,072. Timesheet custom field.
CommitDataValue=262,144. Commit data.
AllValue=16,777,215. All validation item types.
Show: