ProjectResource.PeakWork property

Gets the maximum effort that the project resource is scheduled to work on all assigned tasks.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property PeakWork As String
    Get
'Usage
Dim instance As ProjectResource
Dim value As String

value = instance.PeakWork
[RemoteAttribute]
public string PeakWork { get; }

Property value

Type: System.String
The maximum assignment units.

Remarks

To get the TimeSpan value for the peak work, use the PeakWorkTimeSpan property.

See also

Reference

ProjectResource class

ProjectResource members

Microsoft.ProjectServer.Client namespace