StatusingDataSet.AssignmentsRow.ASSN_WORK property
Gets or sets the total work, based on the assignment span and the assignment units for the assigned resource.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ASSN_WORK As Decimal
Get
Set
'Usage
Dim instance As StatusingDataSet.AssignmentsRow
Dim value As Decimal
value = instance.ASSN_WORK
instance.ASSN_WORK = value
public decimal ASSN_WORK { get; set; }
Property value
Type: System.Decimal
Remarks
ASSN_WORK includes actual, remaining, and overtime work.
See also
Reference
StatusingDataSet.AssignmentsRow class