Compartir a través de


de la propiedad ProjectDataSet.AssignmentRow.ASSN_REG_WORK

Especifica la cantidad de tiempo programado para una asignación que se cargará a la tasa estándar del recurso.

Espacio de nombres:  WebSvcStatusing
Ensamblado:  ProjectServerServices (en ProjectServerServices.dll)

Sintaxis

'Declaración
Public Property ASSN_REG_WORK As Double
    Get
    Set
'Uso
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Double

value = instance.ASSN_REG_WORK

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

Valor de propiedad

Tipo: System.Double

Comentarios

ASSN_REG_WORK se calcula como se muestra en la siguiente fórmula.

ASSN_REG_WORK = ASSN_WORKASSN_OVT_WORK

Trabajo se almacena como milésimas de segundo. Por ejemplo, 10 minutos se representa como 10000.

Vea también

Referencia

clase ProjectDataSet.AssignmentRow

Miembros ProjectDataSet.AssignmentRow

Espacio de nombres WebSvcStatusing