Share via


IBackgroundOperationContext.Progress Property

Definition

Gets or sets the status value of the operation.

public:
 property int Progress { int get(); void set(int value); };
public int Progress { get; set; }
member this.Progress : int with get, set
Public Property Progress As Integer

Property Value

The status value of the operation.

Applies to