ProjectResource.OvertimeWork 屬性
取得加班工時,排定要執行所有的任務分派給專案資源與所涉及的專案資源加班工資率收費數量。
命名空間: Microsoft.ProjectServer.Client
組件: Microsoft.ProjectServer.Client (在 Microsoft.ProjectServer.Client.dll 中)
語法
'宣告
<RemoteAttribute> _
Public ReadOnly Property OvertimeWork As String
Get
'用途
Dim instance As ProjectResource
Dim value As String
value = instance.OvertimeWork
[RemoteAttribute]
public string OvertimeWork { get; }
屬性值
類型:System.String
排定加班量。
備註
若要取得之加班工時TimeSpan值,使用OvertimeWorkTimeSpan屬性。