Share via


PublishedAssignment.DelayTimeSpan property

Gets 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 ReadOnly Property DelayTimeSpan As TimeSpan
    Get
'Usage
Dim instance As PublishedAssignment
Dim value As TimeSpan

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

Property value

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

See also

Reference

PublishedAssignment class

PublishedAssignment members

Microsoft.ProjectServer.Client namespace