Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether the default timesheet entry mode is daily or weekly.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WADMIN_TS_DEF_ENTRY_MODE_ENUM As Byte
Get
Set
'Usage
Dim instance As TimeSheetSettingsDataSet.TimeSheetSettingsRow
Dim value As Byte
value = instance.WADMIN_TS_DEF_ENTRY_MODE_ENUM
instance.WADMIN_TS_DEF_ENTRY_MODE_ENUM = value
public byte WADMIN_TS_DEF_ENTRY_MODE_ENUM { get; set; }
Property value
Type: System.Byte
Remarks
Can be one of the TimesheetEnum.EntryMode constants.
See also
Reference
TimeSheetSettingsDataSet.TimeSheetSettingsRow class