共用方式為


Assignment.RemainingCost property

取得為排程的工作分派的總剩餘成本。

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

Syntax

'宣告
<RemoteAttribute> _
Public ReadOnly Property RemainingCost As Double
    Get
'用途
Dim instance As Assignment
Dim value As Double

value = instance.RemainingCost
[RemoteAttribute]
public double RemainingCost { get; }

Property value

Type: System.Double
剩餘成本值。

備註

剩餘成本 = (剩餘工時 * 標準工資率) + 剩餘加班成本

請參閱

參照

Assignment class

Assignment members

Microsoft.ProjectServer.Client namespace