DraftAssignment.DelayTimeSpan property

Gets or sets the time interval for 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 DelayTimeSpan As TimeSpan
    Get
    Set
'Usage
Dim instance As DraftAssignment
Dim value As TimeSpan

value = instance.DelayTimeSpan

instance.DelayTimeSpan = value
[RemoteAttribute]
public TimeSpan DelayTimeSpan { get; set; }

Property value

Type: System.TimeSpan
The duration of the amount of time to delay starting work on the assignment.

See also

Reference

DraftAssignment class

DraftAssignment members

Microsoft.ProjectServer.Client namespace