ProjectDataSet.AssignmentRow.ASSN_DEMAND_REQ property
Indicates how to assign resources when using the resource substitution wizard.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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