DraftTask.WorkTimeSpan property
取得或設定的時間間隔來排定給任務的總時間。
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<RemoteAttribute> _
Public Property WorkTimeSpan As TimeSpan
Get
Set
'用途
Dim instance As DraftTask
Dim value As TimeSpan
value = instance.WorkTimeSpan
instance.WorkTimeSpan = value
[RemoteAttribute]
public TimeSpan WorkTimeSpan { get; set; }
Property value
Type: System.TimeSpan
排定給任務的總時間的工期。