ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_DEMAND_REQ Property

Indicates how to assign resources when using the resource substitution wizard.

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

Syntax

'Declaration
Public Property ASSN_DEMAND_REQ As Byte
    Get
    Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
Dim value As Byte

value = instance.ASSN_DEMAND_REQ

instance.ASSN_DEMAND_REQ = value
public byte ASSN_DEMAND_REQ { get; set; }

Property Value

Type: System.Byte

Remarks

Byte Value

Meaning

Description

0

Not Specified

Assign any qualified resource to the task. This results in the shortest schedule across all projects.

1

Request

Use the specified resource unless the resource is over-allocated.

2

Demand

Use the specified resource, not a substitution.

See Also

Reference

ResourceAssignmentDataSet.ResourceAssignmentRow Class

ResourceAssignmentDataSet.ResourceAssignmentRow Members

WebSvcResource Namespace