Share via


ProjectDataSet.ProjectResourceRow.RES_OVT_RATE_FMT Property

Specifies the rate description format in which the overtime rate is displayed.

Namespace:  [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl

Syntax

'Declaration
Public Property RES_OVT_RATE_FMT As Integer
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Integer

value = instance.RES_OVT_RATE_FMT

instance.RES_OVT_RATE_FMT = value
public int RES_OVT_RATE_FMT { get; set; }

Property Value

Type: System.Int32

Remarks

For more information, see the Resource.OvertimeRateFormat type.

Cast the Resource.OvertimeRateFormat type to an int to use with this property.

See Also

Reference

ProjectDataSet.ProjectResourceRow Class

ProjectDataSet.ProjectResourceRow Members

Project Web Service