Task.ActualWork Propiedad

Definición

Obtiene o establece la cantidad real de tiempo que se invierte en 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

Nullable<Int32>

Un valor entero; o bien, null.

Se aplica a