StatusTask.Overtime property
取得或設定所涉及的所有資源的加班工資率在排程要執行的所有分派給任務,分派給資源的所有任務的資源或任務相關資源,並支付的加班量。
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<RemoteAttribute> _
Public Property Overtime As String
Get
Set
'用途
Dim instance As StatusTask
Dim value As String
value = instance.Overtime
instance.Overtime = value
[RemoteAttribute]
public string Overtime { get; set; }
Property value
Type: System.String
排程要執行之加班工時。
備註
若要取得的加班工時的TimeSpan值,請使用OvertimeTimeSpan屬性。