TimesheetEnum.PreloadOptionsForTimeSheet enumeration
Specifies the types of timesheet lines that are preloaded when creating a timesheet.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Enumeration PreloadOptionsForTimeSheet
'Usage
Dim instance As TimesheetEnum.PreloadOptionsForTimeSheet
public enum PreloadOptionsForTimeSheet
Members
Member name | Description | |
---|---|---|
PreloadAdminTimes | Value=0. Preload administrative times. | |
PreloadAdminTimesAndAssignments | Value=1. Preload administrative times and assignments. | |
PreloadAdminTimesAndProjects | Value=2. Preload administrative times and projects. |
Remarks
The PreloadOptionsForTimeSheet enumeration is used in the WADMIN_TS_CREATE_MODE_ENUM property.