TimeSheetSettingsDataSet.TimeSheetSettingsRow.WADMIN_TS_DEF_DISPLAY_ENUM property

Specifies the default display options for the overtime and non-billable sections of a timesheet.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

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

value = instance.WADMIN_TS_DEF_DISPLAY_ENUM

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

Property value

Type: System.Byte

Remarks

Valid values are one of the TimesheetEnum.TimeSheetDefaultDisplay constants.

See also

Reference

TimeSheetSettingsDataSet.TimeSheetSettingsRow class

TimeSheetSettingsDataSet.TimeSheetSettingsRow members

WebSvcAdmin namespace