共用方式為


DraftAssignment.ActualWorkTimeSpan property

取得或設定工作分派已執行的工作時數的時間間隔。

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

Syntax

'宣告
<RemoteAttribute> _
Public Property ActualWorkTimeSpan As TimeSpan
    Get
    Set
'用途
Dim instance As DraftAssignment
Dim value As TimeSpan

value = instance.ActualWorkTimeSpan

instance.ActualWorkTimeSpan = value
[RemoteAttribute]
public TimeSpan ActualWorkTimeSpan { get; set; }

Property value

Type: System.TimeSpan
已執行工時的實際量持續時間。

請參閱

參照

DraftAssignment class

DraftAssignment members

Microsoft.ProjectServer.Client namespace