Compartilhar via


ProjectDataSet.AssignmentRow.ASSN_REM_OVT_WORK property

Especifica a quantidade de restante de horas extras agendadas.

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

Syntax

'Declaração
Public Property ASSN_REM_OVT_WORK As Double
    Get
    Set
'Uso
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Double

value = instance.ASSN_REM_OVT_WORK

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

Property value

Type: System.Double

Comentários

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

ASSN_REM_OVT_WORK = ASSN_OVT_WORK - ASSN_ACT_OVT_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