ProjectDataSet.ProjectRow.PROJ_OPT_DEF_OVT_RATE property

Specifies the default overtime rate for local resources.

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

Syntax

'Declaration
Public Property PROJ_OPT_DEF_OVT_RATE As Double
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Double

value = instance.PROJ_OPT_DEF_OVT_RATE

instance.PROJ_OPT_DEF_OVT_RATE = value
public double PROJ_OPT_DEF_OVT_RATE { get; set; }

Property value

Type: System.Double
Local resource overtime rate.

Remarks

An overtime rate is, for example, the number of dollars per hour. The default value for new projects is determined by the enterprise global template. If there is no enterprise global template value, the default value is zero.

See also

Reference

ProjectDataSet.ProjectRow class

ProjectDataSet.ProjectRow members

WebSvcStatusing namespace