PublishedProjectResource.OvertimeRateUnits property
Gets 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 ReadOnly Property OvertimeRateUnits As OvertimeRateFormat
Get
'Usage
Dim instance As PublishedProjectResource
Dim value As OvertimeRateFormat
value = instance.OvertimeRateUnits
[RemoteAttribute]
public OvertimeRateFormat OvertimeRateUnits { get; }
Property value
Type: Microsoft.ProjectServer.Client.OvertimeRateFormat
The rate description format.
See also
Reference
PublishedProjectResource class