StatusingTimephasedActualsDataSet.AssignmentTimephasedDataRow.AssignmentActualWork Property
Indicates the actual number of work hours that are associated with the specified assignment.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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