Share via


TimeSheetSettingsDataSet.TimeSheetSettingsRow.WADMIN_TS_CREATE_MODE_ENUM Property

Specifies what types of timesheet lines are preloaded.

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

Syntax

'Declaration
Public Property WADMIN_TS_CREATE_MODE_ENUM As Byte
    Get
    Set
'Usage
Dim instance As TimeSheetSettingsDataSet.TimeSheetSettingsRow
Dim value As Byte

value = instance.WADMIN_TS_CREATE_MODE_ENUM

instance.WADMIN_TS_CREATE_MODE_ENUM = value
public byte WADMIN_TS_CREATE_MODE_ENUM { get; set; }

Property Value

Type: System.Byte

Remarks

Can be one of the TimesheetEnum.PreloadType constants.

See Also

Reference

TimeSheetSettingsDataSet.TimeSheetSettingsRow Class

TimeSheetSettingsDataSet.TimeSheetSettingsRow Members

Admin Web Service