Compartir a través de


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

Valor entero; o null.

Se aplica a