Share via


PublishedAssignment.Delay property

Gets 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 Delay As String
    Get
'Usage
Dim instance As PublishedAssignment
Dim value As String

value = instance.Delay
[RemoteAttribute]
public string Delay { get; }

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.

See also

Reference

PublishedAssignment class

PublishedAssignment members

Microsoft.ProjectServer.Client namespace