DraftProjectResource.OvertimeRateUnits property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Property OvertimeRateUnits As OvertimeRateFormat
Get
Set
'Usage
Dim instance As DraftProjectResource
Dim value As OvertimeRateFormat
value = instance.OvertimeRateUnits
instance.OvertimeRateUnits = value
public OvertimeRateFormat OvertimeRateUnits { get; set; }
Property value
Type: Microsoft.ProjectServer.Client.OvertimeRateFormat