共用方式為


Task.RemainingWork property

取得的時間,例如人員-小時或天,才能完成工作或一組工作。

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

Syntax

'宣告
<RemoteAttribute> _
Public ReadOnly Property RemainingWork As String
    Get
'用途
Dim instance As Task
Dim value As String

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

Property value

Type: System.String
仍然需要完成任務的時間。

備註

若要取得的剩餘工時的TimeSpan值,請使用RemainingWorkTimeSpan屬性。

請參閱

參照

Task class

Task members

Microsoft.ProjectServer.Client namespace