ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_DEMAND_REQ Property
Gets or sets a value that specifies how to assign resources when using the resource substitution wizard.
Namespace: [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl
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