TimeSheetSettingsDataSet.TimeSheetSettingsRow.WADMIN_TS_MIN_HR_PER_TS Property
Specifies the minimum number of hours that must be recorded for a timesheet.
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_MIN_HR_PER_TS As Decimal
Get
Set
'Usage
Dim instance As TimeSheetSettingsDataSet.TimeSheetSettingsRow
Dim value As Decimal
value = instance.WADMIN_TS_MIN_HR_PER_TS
instance.WADMIN_TS_MIN_HR_PER_TS = value
public decimal WADMIN_TS_MIN_HR_PER_TS { get; set; }
Property Value
Type: System.Decimal
Remarks
The value is the number of hours * 60000. For example, a minimum of 30 minutes per timesheet is stored as 30000.
To specify that there is no minimum number of hours, use a value of 0.
See Also
Reference
TimeSheetSettingsDataSet.TimeSheetSettingsRow Class