Share via


ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_LEVELING_DELAY property

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

Namespace:  WebSvcResource
Assembly:  ProjectServerServices (in ProjectServerServices.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