ProgressEventArgs.UpperBound Property

Definition

Gets the total amount of work required to be done by the operation.

public:
 property int UpperBound { int get(); };
public int UpperBound { get; }
member this.UpperBound : int
Public ReadOnly Property UpperBound As Integer

Property Value

Returns an Int32 value representing the total amount of work to be done by the operation.

Remarks

Property Value

An integer representing the total amount of work for the operation.

.NET Framework Security

Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.

Applies to