Share via


ProjectDataSet.AssignmentRow.ASSN_DELAY property

Specifies the amount of time that the resource is to wait after the task start date before starting work on the task.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property ASSN_DELAY As Integer
    Get
    Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Integer

value = instance.ASSN_DELAY

instance.ASSN_DELAY = value
public int ASSN_DELAY { get; set; }

Property value

Type: System.Int32

Remarks

Read-only. Duration is indicated in tenths of minutes. A value of 100 indicates 10 minutes.

See also

Reference

ProjectDataSet.AssignmentRow class

ProjectDataSet.AssignmentRow members

WebSvcProject namespace