ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_DELAY property

Gets or sets the amount of time the resource should wait after the task start date before starting work on the assignment.

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

Syntax

'Declaration
Public Property ASSN_DELAY As Integer
    Get
    Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
Dim value As Integer

value = instance.ASSN_DELAY

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

Property value

Type: System.Int32

Remarks

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

Note

The ASSN_DELAY_FMT property must be specified when using this property.

See also

Reference

ResourceAssignmentDataSet.ResourceAssignmentRow class

ResourceAssignmentDataSet.ResourceAssignmentRow members

WebSvcResource namespace