ProjectDataSet.AssignmentRow.ASSN_DEMAND_REQ Property

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

Namespace:  [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl

Syntax

'Declaration
Public Property ASSN_DEMAND_REQ As Byte
    Get
    Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
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

ProjectDataSet.AssignmentRow Class

ProjectDataSet.AssignmentRow Members

Project Web Service