Share via


Task.ActualDuration property

Gets the span of active working time that is required to complete a task.

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

Syntax

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

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

Property value

Type: System.String
The span of actual working time.

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace