Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the value that specifies the lines that were preloaded when the timesheet was created. Read-only.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TS_PRELOAD_TYPE As Byte
Get
Set
'Usage
Dim instance As TimesheetDataSet.HeadersRow
Dim value As Byte
value = instance.TS_PRELOAD_TYPE
instance.TS_PRELOAD_TYPE = value
public byte TS_PRELOAD_TYPE { get; set; }
Property value
Type: System.Byte
Remarks
It gets its value from the TimesheetEnum.PreloadType enum.
See also
Reference
TimesheetDataSet.HeadersRow class