ProgressEventArgs.UpperBound Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.