ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_BASE_WORK Property
Specifies the work this resource is scheduled to perform on this assignment when the baseline is saved.
Namespace: WebSvcResource
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property ASSN_BASE_WORK As Double
Get
Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
Dim value As Double
value = instance.ASSN_BASE_WORK
instance.ASSN_BASE_WORK = value
public double ASSN_BASE_WORK { get; set; }
Property Value
Type: System.Double
See Also
Reference
ResourceAssignmentDataSet.ResourceAssignmentRow Class