ProjectResource.PeakWorkTimeSpan property

Gets the duration of 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 PeakWorkTimeSpan As TimeSpan
    Get
'Usage
Dim instance As ProjectResource
Dim value As TimeSpan

value = instance.PeakWorkTimeSpan
[RemoteAttribute]
public TimeSpan PeakWorkTimeSpan { get; }

Property value

Type: System.TimeSpan
The duration of the maximum assignment units.

See also

Reference

ProjectResource class

ProjectResource members

Microsoft.ProjectServer.Client namespace