ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_IS_OVERALLOCATED property
Gets or sets the Boolean value that specifies whether the resource is assigned to more work on the assignment than can be done within the resource's normal working capacity.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ASSN_IS_OVERALLOCATED As Boolean
Get
Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
Dim value As Boolean
value = instance.ASSN_IS_OVERALLOCATED
instance.ASSN_IS_OVERALLOCATED = value
public bool ASSN_IS_OVERALLOCATED { get; set; }
Property value
Type: System.Boolean
See also
Reference
ResourceAssignmentDataSet.ResourceAssignmentRow class