DraftProjectResource.OvertimeRateUnits property
Gets or sets the rate description format in which the overtime rate is displayed.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property OvertimeRateUnits As OvertimeRateFormat
Get
Set
'Usage
Dim instance As DraftProjectResource
Dim value As OvertimeRateFormat
value = instance.OvertimeRateUnits
instance.OvertimeRateUnits = value
[RemoteAttribute]
public OvertimeRateFormat OvertimeRateUnits { get; set; }
Property value
Type: Microsoft.ProjectServer.Client.OvertimeRateFormat
The rate description format.