Share via


TimesheetDataSet.HeadersRow.TS_PRELOAD_TYPE property

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

TimesheetDataSet.HeadersRow members

WebSvcTimeSheet namespace