TimeSheetLine.TotalWork property
在時程表的列中取得工作的總數量。
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<RemoteAttribute> _
Public ReadOnly Property TotalWork As String
Get
'用途
Dim instance As TimeSheetLine
Dim value As String
value = instance.TotalWork
[RemoteAttribute]
public string TotalWork { get; }
Property value
Type: System.String
時程表行總工時。
備註
若要取得TimeSpan值的所有工作,使用TotalWorkTimeSpan屬性。