DraftAssignment.Delay property
取得或設定通過晚於開始日期,工作分派工時開始之前的時間量。
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<RemoteAttribute> _
Public Property Delay As String
Get
Set
'用途
Dim instance As DraftAssignment
Dim value As String
value = instance.Delay
instance.Delay = value
[RemoteAttribute]
public string Delay { get; set; }
Property value
Type: System.String
若要延遲開始工作分派的時間量。
備註
若要取得TimeSpan值對此延誤,使用DelayTimeSpan屬性。