StatusAssignment.RegularWork property

Gets or sets the total amount of nonovertime work that is scheduled to be performed by resources.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property RegularWork As String
    Get
    Set
'Usage
Dim instance As StatusAssignment
Dim value As String

value = instance.RegularWork

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

Property value

Type: System.String
The total amount of scheduled nonovertime work.

Remarks

To get the TimeSpan value for the regular work, use the RegularWorkTimeSpan property.

See also

Reference

StatusAssignment class

StatusAssignment members

Microsoft.ProjectServer.Client namespace