TimeSheetSettingsDataSet.TimeSheetSettingsRow.WADMIN_TS_REPORT_UNIT_ENUM property
Specifies the unit of time (hours or days) in which work is reported for a timesheet.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WADMIN_TS_REPORT_UNIT_ENUM As Byte
Get
Set
'Usage
Dim instance As TimeSheetSettingsDataSet.TimeSheetSettingsRow
Dim value As Byte
value = instance.WADMIN_TS_REPORT_UNIT_ENUM
instance.WADMIN_TS_REPORT_UNIT_ENUM = value
public byte WADMIN_TS_REPORT_UNIT_ENUM { get; set; }
Property value
Type: System.Byte
Remarks
Can be one of the TimesheetEnum.WorkReportingUnits constants.
See also
Reference
TimeSheetSettingsDataSet.TimeSheetSettingsRow class