StatusApprovalDataSet.StatusApprovalsRow.ASSN_REM_WORK Property

Indicates the budgeted amount of remaining work for the specified project.

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

Syntax

'Declaration
Public Property ASSN_REM_WORK As Double
    Get
    Set
'Usage
Dim instance As StatusApprovalDataSet.StatusApprovalsRow
Dim value As Double

value = instance.ASSN_REM_WORK

instance.ASSN_REM_WORK = value
public double ASSN_REM_WORK { get; set; }

Property Value

Type: System.Double

See Also

Reference

StatusApprovalDataSet.StatusApprovalsRow Class

StatusApprovalDataSet.StatusApprovalsRow Members

WebSvcStatusing Namespace