TaskResult.ProgressValue Property

Definition

The Task Progress Value.

public:
 property Nullable<int> ProgressValue { Nullable<int> get(); };
public int? ProgressValue { get; }
member this.ProgressValue : Nullable<int>
Public ReadOnly Property ProgressValue As Nullable(Of Integer)

Property Value

Returns Int32.

Applies to