Task.OvertimeWork property
取得排程要在任務上執行的加班量。
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<RemoteAttribute> _
Public ReadOnly Property OvertimeWork As String
Get
'用途
Dim instance As Task
Dim value As String
value = instance.OvertimeWork
[RemoteAttribute]
public string OvertimeWork { get; }
Property value
Type: System.String
排程要執行之加班工時。
備註
若要取得的加班工時的TimeSpan值,請使用OvertimeWorkTimeSpan屬性。