Task.TotalWork Propiedad

Definición

Obtiene o establece la cantidad total de trabajo invertido en la tarea.

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

Valor de propiedad

Nullable<Int32>

Un valor entero; o bien, null.

Se aplica a