TimesheetDataSet.HeadersRow.TS_PRELOAD_TYPE Property

Gets the value that specifies the lines that were preloaded when the timesheet was created. Read-only.

Namespace:  [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl

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

TimeSheet Web Service