ProjectDataSet.ProjectResourceRow.RES_STD_RATE property

Specifies the rate of pay per hour for regular, non-overtime work performed by a resource.

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

Syntax

'Declaration
Public Property RES_STD_RATE As Double
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Double

value = instance.RES_STD_RATE

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

Property value

Type: System.Double

See also

Reference

ProjectDataSet.ProjectResourceRow class

ProjectDataSet.ProjectResourceRow members

WebSvcProject namespace