Share via


ProjectDataSet.AssignmentRow.ASSN_LEVELING_DELAY property

Specifies the amount of time that an assignment is delayed from the scheduled start date as a result of resource leveling.

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

Syntax

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

value = instance.ASSN_LEVELING_DELAY

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

Property value

Type: System.Int32

Remarks

Read-only.

Duration is indicated in tenths of minutes. For example, a value of 100 indicates 10 minutes.

See also

Reference

ProjectDataSet.AssignmentRow class

ProjectDataSet.AssignmentRow members

WebSvcProject namespace