Compartilhar via


ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_WORK propriedade

Obtém ou define o trabalho total com base no intervalo de atribuição e as unidades de atribuição do recurso atribuído.

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

Sintaxe

'Declaração
Public Property ASSN_WORK As Double
    Get
    Set
'Uso
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
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

ResourceAssignmentDataSet.ResourceAssignmentRow classe

ResourceAssignmentDataSet.ResourceAssignmentRow membros

WebSvcResource namespace