StatusingTimephasedActualsDataSet.AssignmentTimephasedDataRow.AssignmentActualWork property

Indicates the actual number of work hours that are associated with the specified assignment.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property AssignmentActualWork As Decimal
    Get
    Set
'Usage
Dim instance As StatusingTimephasedActualsDataSet.AssignmentTimephasedDataRow
Dim value As Decimal

value = instance.AssignmentActualWork

instance.AssignmentActualWork = value
public decimal AssignmentActualWork { get; set; }

Property value

Type: System.Decimal

See also

Reference

StatusingTimephasedActualsDataSet.AssignmentTimephasedDataRow class

StatusingTimephasedActualsDataSet.AssignmentTimephasedDataRow members

WebSvcStatusing namespace