DraftTask.BudgetWork property
取得或設定估計在任務上執行的工時量。
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<RemoteAttribute> _
Public Property BudgetWork As String
Get
Set
'用途
Dim instance As DraftTask
Dim value As String
value = instance.BudgetWork
instance.BudgetWork = value
[RemoteAttribute]
public string BudgetWork { get; set; }
Property value
Type: System.String
估計的工時量。
備註
若要取得TimeSpan值用於預算的工作,使用BudgetWorkTimeSpan屬性。