CleanupEventArgs.UpperProgressBound Property
Applies To: Windows Server Update Services
Gets or sets the upper bound of the progress value for this operation.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public long UpperProgressBound { get; set; }
public:
property long long UpperProgressBound {
long long get();
void set(long long value);
}
member UpperProgressBound : int64 with get, set
Public Property UpperProgressBound As Long
Property Value
Type: System.Int64
The upper bound of the progress value for this operation.
See Also
CleanupEventArgs Class
Microsoft.UpdateServices.Administration Namespace
Return to top