ProjectDataSet.ProjectResourceRow.RES_OVT_RATE Property
Specifies the hourly rate of pay for overtime.
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 RES_OVT_RATE As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Double
value = instance.RES_OVT_RATE
instance.RES_OVT_RATE = value
public double RES_OVT_RATE { get; set; }
Property Value
Type: System.Double
See Also
Reference
ProjectDataSet.ProjectResourceRow Class