Share via


PublishedAssignment.RegularWork property

Gets the total amount of nonovertime work that is scheduled to be performed on the assignment.

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

Syntax

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

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

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

PublishedAssignment class

PublishedAssignment members

Microsoft.ProjectServer.Client namespace