Project.DefaultOvertimeRateUnits property

Gets the time unit for the default overtime rate that is stored by the PublishedProject.DefaultOvertimeRate property.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property DefaultOvertimeRateUnits As OvertimeRateFormat
    Get
'Usage
Dim instance As Project
Dim value As OvertimeRateFormat

value = instance.DefaultOvertimeRateUnits
[RemoteAttribute]
public OvertimeRateFormat DefaultOvertimeRateUnits { get; }

Property value

Type: Microsoft.ProjectServer.Client.OvertimeRateFormat
The time unit for the default overtime rate.

See also

Reference

Project class

Project members

Microsoft.ProjectServer.Client namespace