PublishedAssignment.Work property
取得該工作分派的排程時間總數。
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<RemoteAttribute> _
Public ReadOnly Property Work As String
Get
'用途
Dim instance As PublishedAssignment
Dim value As String
value = instance.Work
[RemoteAttribute]
public string Work { get; }
Property value
Type: System.String
該工作分派的已排程的總時間。
備註
若要取得工作的TimeSpan值,請使用WorkTimeSpan屬性。