DraftTask.Work property
取得或設定排定給任務的總時間。
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<RemoteAttribute> _
Public Property Work As String
Get
Set
'用途
Dim instance As DraftTask
Dim value As String
value = instance.Work
instance.Work = value
[RemoteAttribute]
public string Work { get; set; }
Property value
Type: System.String
排定給任務的總時間。
備註
若要取得工作的TimeSpan值,請使用WorkTimeSpan屬性。