ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_LEVELING_DELAY Property

Specifies the duration to delay an assignment from the scheduled start date as a result of resource leveling.

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

Syntax

'Declaration
Public Property ASSN_LEVELING_DELAY As Integer
    Get
    Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
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

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

See Also

Reference

ResourceAssignmentDataSet.ResourceAssignmentRow Class

ResourceAssignmentDataSet.ResourceAssignmentRow Members

WebSvcResource Namespace