DraftAssignment.Delay property
Gets or sets the amount of time that passes after the start date, before work on the assignment starts.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property Delay As String
Get
Set
'Usage
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
The amount of time to delay starting work on the assignment.
Remarks
To get the TimeSpan value for the delay, use the DelayTimeSpan property.