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 the time unit for the default overtime rate that is stored by the PROJ_OPT_DEF_OVT_RATE property.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ProjectOptionDefaultOvertimeRateFormat As Short
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Short
value = instance.ProjectOptionDefaultOvertimeRateFormat
instance.ProjectOptionDefaultOvertimeRateFormat = value
public short ProjectOptionDefaultOvertimeRateFormat { get; set; }
Property value
Type: System.Int16
Remarks
Read-only.
1 = Minute
2 = Hour
3 = Day
4 = Week
5 = Month
7 = Year
The enterprise global template determines the default overtime rate unit for new projects. If there is no enterprise global template, the default is 2 (hour); for example $50/hour.
See also
Reference
ProjectDataSet.ProjectRow class