StatusingDataSet.ResourcesRow.RES_OVT_RATE property

Indicates the overtime billing rate for the specified resource.

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

Syntax

'Declaration
Public Property RES_OVT_RATE As Double
    Get
    Set
'Usage
Dim instance As StatusingDataSet.ResourcesRow
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

StatusingDataSet.ResourcesRow class

StatusingDataSet.ResourcesRow members

WebSvcStatusing namespace