Share via


ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_DEMAND_REQ property

Gets or sets a value that specifies how to assign resources when using the resource substitution wizard.

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

2

Demand

Use the specified resource, not a substitution.

See also

Reference

ResourceAssignmentDataSet.ResourceAssignmentRow class

ResourceAssignmentDataSet.ResourceAssignmentRow members

WebSvcResource namespace