Share via


PublishedAssignment.Work property

Gets the total amount of time that is scheduled for the assignment.

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

Syntax

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

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

Property value

Type: System.String
The total time that is scheduled for the assignment.

Remarks

To get the TimeSpan value for the work, use the WorkTimeSpan property.

See also

Reference

PublishedAssignment class

PublishedAssignment members

Microsoft.ProjectServer.Client namespace