StatusingAssignmentDependenciesDataSet.PreDependenciesRow.ASSN_WORK property

The total amount of work that is scheduled to be performed by a resource on a task.

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

Syntax

'Declaration
Public Property ASSN_WORK As Decimal
    Get
    Set
'Usage
Dim instance As StatusingAssignmentDependenciesDataSet.PreDependenciesRow
Dim value As Decimal

value = instance.ASSN_WORK

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

Property value

Type: System.Decimal

See also

Reference

StatusingAssignmentDependenciesDataSet.PreDependenciesRow class

StatusingAssignmentDependenciesDataSet.PreDependenciesRow members

WebSvcStatusing namespace