Share via


StatusApprovalDataSet.StatusApprovalsRow.ASSN_REM_WORK property

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

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.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