StatusTask.RemainingWork property
取得或設定的時間量,例如人員-小時或天,仍需要完成的任務或工作集。
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<RemoteAttribute> _
Public Property RemainingWork As String
Get
Set
'用途
Dim instance As StatusTask
Dim value As String
value = instance.RemainingWork
instance.RemainingWork = value
[RemoteAttribute]
public string RemainingWork { get; set; }
Property value
Type: System.String
完成剩餘的工作所需的時間量。
備註
若要取得的剩餘工時的TimeSpan值,請使用RemainingWorkTimeSpan屬性。