OperationStatus.ProgressMaximum Property
Gets the maximum amount of progress for the operation represented by the OperationStatus, if State is OperationState.Working, or -1 otherwise or if the operation's progress maximum is unknown.
[Visual Basic]
Public ReadOnly Property ProgressMaximum As Long
[C#]
public long ProgressMaximum {get;}
See Also
OperationStatus Class | OperationStatus Members | Kjs.AppLife.Update.Web Namespace