DraftAssignment.RegularWork property
Gets or sets 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 Property RegularWork As String
Get
Set
'Usage
Dim instance As DraftAssignment
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.