ProjectDataSet.ProjectRow.PROJ_OPT_DEF_OVT_RATE Property
Specifies the default overtime rate for local resources.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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