Compartilhar via


ProjectDataSet.AssignmentRow.ASSN_REM_WORK property

Especifica a quantidade de tempo ainda é exigido por esse recurso nessa tarefa.

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

Syntax

'Declaração
Public Property ASSN_REM_WORK As Double
    Get
    Set
'Uso
Dim instance As ProjectDataSet.AssignmentRow
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

Comentários

ASSN_REM_WORK é calculado como mostrado na fórmula a seguir.

ASSN_REM_WORK = ASSN_WORK - ASSN_ACT_WORK

Trabalho é armazenado como milésimos de um minuto. Por exemplo, 10 minutos é representado como 10000.

Ver também

Referência

ProjectDataSet.AssignmentRow class

ProjectDataSet.AssignmentRow members

WebSvcProject namespace