DraftAssignment.RegularWork property
取得或設定的排程要執行該工作分派的非加班工時總數。
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<RemoteAttribute> _
Public Property RegularWork As String
Get
Set
'用途
Dim instance As DraftAssignment
Dim value As String
value = instance.RegularWork
instance.RegularWork = value
[RemoteAttribute]
public string RegularWork { get; set; }
Property value
Type: System.String
排程的非加班工時總數。
備註
若要取得TimeSpan值之一般工作,使用RegularWorkTimeSpan屬性。