Compartir a través de


Task.ActualWork Propiedad

Definición

Obtiene o establece la cantidad real de tiempo que se dedica a la tarea.

public:
 property Nullable<int> ActualWork { Nullable<int> get(); void set(Nullable<int> value); };
public Nullable<int> ActualWork { get; set; }
Public Property ActualWork As Nullable(Of Integer)

Valor de propiedad

Valor entero; o null.

Se aplica a