Compartilhar via


ProjectDataSet.AssignmentRow.ASSN_WORK propriedade

Especifica o trabalho de atribuição total com base no intervalo de atribuição e as unidades de atribuição do recurso atribuído.

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

Sintaxe

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

value = instance.ASSN_WORK

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

Valor de propriedade

Tipo: System.Double

Comentários

ASSN_WORK inclui o trabalho de horas extras real e restante.

Ver também

Referência

ProjectDataSet.AssignmentRow classe

ProjectDataSet.AssignmentRow membros

WebSvcStatusing namespace