ResourceDataSet.ResourceRatesRow.RES_STD_RATE Property
Specifiesthe resource's hourly rate of pay for regular, non-overtime work.
Namespace: WebSvcResource
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property RES_STD_RATE As Double
Get
Set
'Usage
Dim instance As ResourceDataSet.ResourceRatesRow
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
ResourceDataSet.ResourceRatesRow Class